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