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