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