Class RadialFontListBox
Class for RadialFontListBox
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadialFontListBox : Control, IRadialMenuItem
Constructors
RadialFontListBox()
Initializes the new instance for RadialFontListBox class.
Declaration
public RadialFontListBox()
Properties
BackgroundImage
Overrides the BackgroundImage property.
Declaration
public override Image BackgroundImage { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
ContextMenuStrip
Overrides the Dock ContextMenuStrip.
Declaration
public override ContextMenuStrip ContextMenuStrip { get; set; }
Property Value
Type |
---|
System.Windows.Forms.ContextMenuStrip |
Dock
Overrides the Dock property.
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 RadialFontListBox.
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 RadialColorPalette. 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 to the backcolor of the item.
Declaration
public Color ItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ItemHeight
Gets or sets the value to the ItemHeight.
Declaration
public int ItemHeight { get; set; }
Property Value
Type |
---|
System.Int32 |
RightToLeft
Overrides the RightToLeft property.
Declaration
public override RightToLeft RightToLeft { get; set; }
Property Value
Type |
---|
System.Windows.Forms.RightToLeft |
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()
ResetItemHeight()
Resets the ItemHeight
Declaration
public void ResetItemHeight()
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
ItemHeightChanged
Event forItemHeightChanged.
Declaration
public event EventHandler ItemHeightChanged
Event Type
Type |
---|
System.EventHandler |
NextMenuLevelOpening
Occurs when next menu level is opening in RadialFontListBox.
Declaration
public event RadialFontListBox.NextLevelOpening NextMenuLevelOpening
Event Type
Type |
---|
RadialFontListBox.NextLevelOpening |
NextMenuOpened
Occurs when next menu is opened in RadialFontListBox.
Declaration
public event RadialFontListBox.NextLevelOpened NextMenuOpened
Event Type
Type |
---|
RadialFontListBox.NextLevelOpened |
PreviousMenuLevelOpened
Occurs when previous menu level is opened in RadialFontListBox.
Declaration
public event RadialFontListBox.PreviousLevelOpened PreviousMenuLevelOpened
Event Type
Type |
---|
RadialFontListBox.PreviousLevelOpened |
PreviousMenuLevelOpening
Occurs when previous menu level is opening in RadialFontListBox.
Declaration
public event RadialFontListBox.PreviousLevelOpening PreviousMenuLevelOpening
Event Type
Type |
---|
RadialFontListBox.PreviousLevelOpening |
RadialFontChanged
Occurs when selected Font is changed in RadialFontListBox.
Declaration
public event SelectedFontChanged RadialFontChanged
Event Type
Type |
---|
SelectedFontChanged |