Class GalleryStyleInfo
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class GalleryStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
GalleryStyleInfo()
Initializes a new instance of the GalleryStyleInfo class.
Declaration
public GalleryStyleInfo()
GalleryStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the GalleryStyleInfo class.
Declaration
public GalleryStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
GalleryStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the GalleryStyleInfo class.
Declaration
public GalleryStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the backcolor in ToolStripGallery of ToolStripEx control.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CheckedItemBackColor
Gets or sets the checked color of items in ToolStripGallery of ToolStripEx control.
Declaration
[ThemeStudio]
public Color CheckedItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the ToolStripGallery control.
Declaration
public static GalleryStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
GalleryStyleInfo |
HoverItemBackColor
Gets or sets the selected color of items in ToolStripGallery of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverItemForeColor
Gets or sets the hover fore color of items in ToolStripGallery of ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverScrollBarBackColor
Gets or sets the Scroll Button Selected Border Color of ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverScrollBarBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverScrollBarBorderColor
Gets or sets the Scroll Button Selected Border Color of ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverScrollBarBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverScrollButtonBackColor
Gets or sets the Scroll Button Back Color of ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverScrollButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverScrollButtonBorderColor
Gets or sets the Scroll Button Selected Border Color of ToolStripEx control.
Declaration
[ThemeStudio]
public Color HoverScrollButtonBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ItemBackColor
Gets or sets the backcolor of items in ToolStripGallery of ToolStripEx control.
Declaration
[ThemeStudio]
public Color ItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ItemForeColor
Gets or sets the fore color of items in ToolStripGallery of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color ItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedItemBackColor
Gets or sets the pressed backcolor of items in ToolStripGallery of the ToolStripEx control.
Declaration
[ThemeStudio]
public Color PressedItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ScrollBarBackColor
Gets or sets the Scroll Button Border Color of ToolStripEx control.
Declaration
[ThemeStudio]
public Color ScrollBarBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ScrollBarBorderColor
Gets or sets the Scroll Button Border Color of ToolStripEx control.
Declaration
[ThemeStudio]
public Color ScrollBarBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ScrollButtonBackColor
Gets or sets the Scroll Button Back Color of ToolStripEx control.
Declaration
[ThemeStudio]
public Color ScrollButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ScrollButtonBorderColor
Gets or sets the Scroll Button Border Color of ToolStripEx control.
Declaration
[ThemeStudio]
public Color ScrollButtonBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type |
---|
StyleInfoBase |