Class RadialMenuSlider
Advanced RadialMenuSlider
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadialMenuSlider : Control, IRadialMenuItem
Constructors
RadialMenuSlider()
Initializes the new instance for RadialMenuSlider class.
Declaration
public RadialMenuSlider()
Properties
BackColor
Overrides the BackColor.
Declaration
public override Color BackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
BackgroundImage
Overrides the BackgroundImage.
Declaration
public override Image BackgroundImage { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
ContextMenuStrip
Overrides the ContextMenuStrip.
Declaration
public override ContextMenuStrip ContextMenuStrip { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.ContextMenuStrip |
Dock
Overrides the Dock.
Declaration
public override DockStyle Dock { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.DockStyle |
ImageIndex
Gets or sets the value associated with the ImageIndex.
Declaration
public int ImageIndex { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
ImageSize
Gets or sets the image size of the RadialMenuSlider.
Declaration
public Size ImageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Size | The System.Drawing.Size that defines the height and width, in pixels, to draw the image in RadialMenuSlider. The default size is 24 by 24. |
Remarks
If the ImageSize is defined, setting the
See Also
Index
Gets or sets the value associated with the Index.
Declaration
public int Index { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
ItemBackColor
Gets or sets the value associated with the ItemBackColor.
Declaration
public Color ItemBackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
MaximumValue
Gets or sets the MaximumValue of the Slider.
Declaration
public int MaximumValue { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
MinimumValue
Gets or sets the value to the MinimumValue of the Slider.
Declaration
public int MinimumValue { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
RightToLeft
Overrides the RightToLeft.
Declaration
public override RightToLeft RightToLeft { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.RightToLeft |
SliderStyle
Gets or sets the value associated with the SliderStyle.
Declaration
public RadilMenuSliderStyle SliderStyle { get; set; }
Property Value
| Type |
|---|
| RadilMenuSliderStyle |
SliderValue
Gets or sets the value associated with the SliderValue.
Declaration
public double SliderValue { get; set; }
Property Value
| Type |
|---|
| System.Double |
Methods
ResetImageIndex()
Resets the ImageIndex
Declaration
public void ResetImageIndex()
ResetIndex()
Resets the Index
Declaration
public void ResetIndex()
ResetItemBackColor()
Resets the ItemBackColor.
Declaration
public void ResetItemBackColor()
ResetMaximumValue()
Resets the MaximumValue
Declaration
public void ResetMaximumValue()
ResetMinimumValue()
Resets the MinimumValue
Declaration
public void ResetMinimumValue()
ResetSliderStyle()
Resets the SliderStyle
Declaration
public void ResetSliderStyle()
SetDisabledColor(Color)
Set the backcolor of the item for disable mode.
Declaration
public void SetDisabledColor(Color disabledColor)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Color | disabledColor | Color |
Events
MaximumValueChanged
Event for MaximumValueChanged.
Declaration
public event EventHandler MaximumValueChanged
Event Type
| Type |
|---|
| System.EventHandler |
MinimumValueChanged
Event for MinimumValueChanged.
Declaration
public event EventHandler MinimumValueChanged
Event Type
| Type |
|---|
| System.EventHandler |
NextMenuOpened
Occurs when next level is opened in RadialMenuSlider.
Declaration
public event RadialMenuSlider.NextLevelOpened NextMenuOpened
Event Type
| Type |
|---|
| RadialMenuSlider.NextLevelOpened |
NextMenuOpening
Occurs when next level is opening in RadialMenuSlider.
Declaration
public event RadialMenuSlider.NextLevelOpening NextMenuOpening
Event Type
| Type |
|---|
| RadialMenuSlider.NextLevelOpening |
PreviousMenuLevelOpened
Occurs when previous level is opened in RadialMenuSlider.
Declaration
public event RadialMenuSlider.PreviousLevelOpened PreviousMenuLevelOpened
Event Type
| Type |
|---|
| RadialMenuSlider.PreviousLevelOpened |
PreviousMenuOpening
Occurs when previous level is opening in RadialMenuSlider.
Declaration
public event RadialMenuSlider.PreviousLevelOpening PreviousMenuOpening
Event Type
| Type |
|---|
| RadialMenuSlider.PreviousLevelOpening |
SliderValueChanged
Event for SliderValueChanged.
Declaration
public event SliderValueChangedEventArgs SliderValueChanged
Event Type
| Type |
|---|
| SliderValueChangedEventArgs |