Sets the clear style button foreground brush.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public static void SetButtonForeground( FrameworkElement element, Brush value ) |
Visual Basic |
---|
Public Shared Sub SetButtonForeground ( _ element As FrameworkElement, _ value As Brush _ ) |
Parameters
- element
- Type: System.Windows..::..FrameworkElement
The element which contains the attached property.
- value
- Type: System.Windows.Media..::..Brush
The brush used in the foreground of clear style button.