Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1AdvancedColorPickerPart Class / PressedBrush Property

In This Topic
    PressedBrush Property (C1AdvancedColorPickerPart)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush used to paint a button when it is pressed.
    Syntax
    'Declaration
     
    Public Property PressedBrush As Brush
    public Brush PressedBrush {get; set;}
    See Also