ComponentOne FinancialChart for WPF
ValidationDecoratorStyle Property (C1RangeSlider)



C1.WPF Namespace > C1RangeSlider Class : ValidationDecoratorStyle Property
Gets or sets the style that is applied to the inner C1ValidationDecorator.
Syntax
'Declaration
 
Public Property ValidationDecoratorStyle As Style
'Usage
 
Dim instance As C1RangeSlider
Dim value As Style
 
instance.ValidationDecoratorStyle = value
 
value = instance.ValidationDecoratorStyle
public Style ValidationDecoratorStyle {get; set;}
public:
property Style^ ValidationDecoratorStyle {
   Style^ get();
   void set (    Style^ value);
}
See Also

Reference

C1RangeSlider Class
C1RangeSlider Members