ComponentOne FinancialChart for WPF
PointerStyle Property (C1RadialSlider)



C1.WPF Namespace > C1RadialSlider Class : PointerStyle Property
Gets or sets the style to draw pointer.
Syntax
'Declaration
 
Public Property PointerStyle As Style
'Usage
 
Dim instance As C1RadialSlider
Dim value As Style
 
instance.PointerStyle = value
 
value = instance.PointerStyle
public Style PointerStyle {get; set;}
public:
property Style^ PointerStyle {
   Style^ get();
   void set (    Style^ value);
}
See Also

Reference

C1RadialSlider Class
C1RadialSlider Members