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



In This Topic
    MarkStyle Property
    In This Topic
    Gets or sets the style used to display the mark in the radial slider.
    Syntax
    'Declaration
     
    
    Public Property MarkStyle As Style
    'Usage
     
    
    Dim instance As C1RadialNumericItem
    Dim value As Style
     
    instance.MarkStyle = value
     
    value = instance.MarkStyle
    public Style MarkStyle {get; set;}
    public:
    property Style^ MarkStyle {
       Style^ get();
       void set (    Style^ value);
    }
    See Also