ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / Shadow Class / Color Property

In This Topic
    Color Property (Shadow)
    In This Topic
    The color of the drop shadow. This property is a C1.Util.DX.ColorF defined as: (R, G, B, A).
    Syntax
    'Declaration
     
    Public Property Color As ColorF
    public ColorF Color {get; set;}
    See Also