ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenu Class / RadialSliderStyle Property



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