Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / ColorPalette Class / GetColorPalette Method

In This Topic
    GetColorPalette Method
    In This Topic
    Returns one of the predefined color palettes.
    Syntax
    'Declaration
     
    Public Shared Function GetColorPalette( _
       ByVal colorPalette As Office2007ColorTheme _
    ) As ColorPalette
    public static ColorPalette GetColorPalette( 
       Office2007ColorTheme colorPalette
    )

    Parameters

    colorPalette
    See Also