Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / ColorPaletteEntry Class / SetColor Method / SetColor(Color) Method

In This Topic
    SetColor(Color) Method
    In This Topic
    Assign the color to this entry.
    Syntax
    'Declaration
     
    Public Overloads Sub SetColor( _
       ByVal color As Color _
    ) 
    public void SetColor( 
       Color color
    )

    Parameters

    color
    See Also