Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1SpectrumPad Class / Color Property

In This Topic
    Color Property (C1SpectrumPad)
    In This Topic
    Gets or sets the color shown in the control.
    Syntax
    'Declaration
     
    Public Property Color As C1.Xaml.C1HslColor
    public C1.Xaml.C1HslColor Color {get; set;}
    See Also