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



In This Topic
    PointerStyle Property (C1RadialNumericItem)
    In This Topic
    Gets or sets the style used to display the pointer in the radial slider.
    Syntax
    'Declaration
     
    
    Public Property PointerStyle As Style
    'Usage
     
    
    Dim instance As C1RadialNumericItem
    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