Gets or sets a
System.Windows.Style which is used to render the Math buttons. This is a dependency property.
'Declaration
Public Property MathButtonStyle As Style
'Usage
Dim instance As GcDropDownCalculator
Dim value As Style
instance.MathButtonStyle = value
value = instance.MathButtonStyle
public Style MathButtonStyle {get; set;}
Property Value
A
System.Windows.Style that applied to Math buttons.
The following xaml demonstrates how to use
System.Windows.Style to change appearance of
GcDropDownCalculator.