Class RadialSliderActionList
Designer action list of carousel
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadialSliderActionList : SyncActionListBase<RadialSlider>
Constructors
RadialSliderActionList(IComponent)
Initializes a new instance of the CheckBoxAdvActionList class.
Declaration
public RadialSliderActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
MaximumValue
Gets/Sets the value for Maximum value
Declaration
public double MaximumValue { get; set; }
Property Value
Type |
---|
System.Double |
MinimumValue
Gets/Sets the value for Maximum value
Declaration
public double MinimumValue { get; set; }
Property Value
Type |
---|
System.Double |
SliderDivision
Gets/Sets the value for Slider Division
Declaration
public int SliderDivision { get; set; }
Property Value
Type |
---|
System.Int32 |
SliderStyle
Gets/Sets the value for Slider style
Declaration
public SliderStyles SliderStyle { get; set; }
Property Value
Type |
---|
SliderStyles |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.RadialSlider>.InitializeActionList()