WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadialMenuSlider

    Show / Hide Table of Contents

    Class RadialMenuSlider

    Advanced RadialMenuSlider

    Inheritance
    System.Object
    RadialMenuSlider
    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 Description
    System.Drawing.Color

    BackgroundImage

    Overrides the BackgroundImage.

    Declaration
    public override Image BackgroundImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    ContextMenuStrip

    Overrides the ContextMenuStrip.

    Declaration
    public override ContextMenuStrip ContextMenuStrip { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.ContextMenuStrip

    Dock

    Overrides the Dock.

    Declaration
    public override DockStyle Dock { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.DockStyle

    ImageIndex

    Gets or sets the value associated with the ImageIndex.

    Declaration
    public int ImageIndex { get; set; }
    Property Value
    Type Description
    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 property has no effect for particular radial menu item.

    See Also
    MenuItemImageSize

    Index

    Gets or sets the value associated with the Index.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    ItemBackColor

    Gets or sets the value associated with the ItemBackColor.

    Declaration
    public Color ItemBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    MaximumValue

    Gets or sets the MaximumValue of the Slider.

    Declaration
    public int MaximumValue { get; set; }
    Property Value
    Type Description
    System.Int32

    MinimumValue

    Gets or sets the value to the MinimumValue of the Slider.

    Declaration
    public int MinimumValue { get; set; }
    Property Value
    Type Description
    System.Int32

    RightToLeft

    Overrides the RightToLeft.

    Declaration
    public override RightToLeft RightToLeft { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.RightToLeft

    SliderStyle

    Gets or sets the value associated with the SliderStyle.

    Declaration
    public RadilMenuSliderStyle SliderStyle { get; set; }
    Property Value
    Type Description
    RadilMenuSliderStyle

    SliderValue

    Gets or sets the value associated with the SliderValue.

    Declaration
    public double SliderValue { get; set; }
    Property Value
    Type Description
    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 Description
    System.EventHandler

    MinimumValueChanged

    Event for MinimumValueChanged.

    Declaration
    public event EventHandler MinimumValueChanged
    Event Type
    Type Description
    System.EventHandler

    NextMenuOpened

    Occurs when next level is opened in RadialMenuSlider.

    Declaration
    public event RadialMenuSlider.NextLevelOpened NextMenuOpened
    Event Type
    Type Description
    RadialMenuSlider.NextLevelOpened

    NextMenuOpening

    Occurs when next level is opening in RadialMenuSlider.

    Declaration
    public event RadialMenuSlider.NextLevelOpening NextMenuOpening
    Event Type
    Type Description
    RadialMenuSlider.NextLevelOpening

    PreviousMenuLevelOpened

    Occurs when previous level is opened in RadialMenuSlider.

    Declaration
    public event RadialMenuSlider.PreviousLevelOpened PreviousMenuLevelOpened
    Event Type
    Type Description
    RadialMenuSlider.PreviousLevelOpened

    PreviousMenuOpening

    Occurs when previous level is opening in RadialMenuSlider.

    Declaration
    public event RadialMenuSlider.PreviousLevelOpening PreviousMenuOpening
    Event Type
    Type Description
    RadialMenuSlider.PreviousLevelOpening

    SliderValueChanged

    Event for SliderValueChanged.

    Declaration
    public event SliderValueChangedEventArgs SliderValueChanged
    Event Type
    Type Description
    SliderValueChangedEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved