ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialSlider Class / PointerStyle Property



In This Topic
    PointerStyle Property (C1RadialSlider)
    In This Topic
    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