ComponentOne Basic Library for WPF and Silverlight
PointerStyle Property (C1RadialSlider)


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

Reference

C1RadialSlider Class
C1RadialSlider Members