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