Gets the clear style button foreground brush.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public static Brush GetButtonForeground(
	FrameworkElement element
)
Visual Basic
Public Shared Function GetButtonForeground ( _
	element As FrameworkElement _
) As Brush

Parameters

element
Type: System.Windows..::..FrameworkElement
The element which contains the attached property.

Return Value

See Also