ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ClearStyleExtensions Class / SetPressedBrush Method
The element which contains the attached property.
The brush used in the pressed state.

In This Topic
    SetPressedBrush Method
    In This Topic
    Sets the pressed brush.
    Syntax
    'Declaration
     
    Public Shared Sub SetPressedBrush( _
       ByVal element As Windows.UI.Xaml.FrameworkElement, _
       ByVal value As Windows.UI.Xaml.Media.Brush _
    ) 
    public static void SetPressedBrush( 
       Windows.UI.Xaml.FrameworkElement element,
       Windows.UI.Xaml.Media.Brush value
    )

    Parameters

    element
    The element which contains the attached property.
    value
    The brush used in the pressed state.
    See Also