Class SuperAcceleratorVisualStyle
Represents the class to define the style for SuperAccelerator control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SuperAcceleratorVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SuperAcceleratorVisualStyle()
Initializes a new instance of the SuperAcceleratorVisualStyle class.
Declaration
public SuperAcceleratorVisualStyle()
SuperAcceleratorVisualStyle(SuperAcceleratorStyleInfoIdentity)
Initializes a new instance of the SuperAcceleratorVisualStyle class.
Declaration
public SuperAcceleratorVisualStyle(SuperAcceleratorStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
SuperAcceleratorStyleInfoIdentity | identity | A SuperAcceleratorStyleInfoIdentity that holds the identity for this SuperAcceleratorStyleInfoStore. |
SuperAcceleratorVisualStyle(SuperAcceleratorStyleInfoIdentity, SuperAcceleratorStyleInfoStore)
Initializes a new instance of the SuperAcceleratorVisualStyle class.
Declaration
public SuperAcceleratorVisualStyle(SuperAcceleratorStyleInfoIdentity identity, SuperAcceleratorStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
SuperAcceleratorStyleInfoIdentity | identity | A SuperAcceleratorStyleInfoIdentity that holds the identity for this SuperAcceleratorStyleInfoStore. |
SuperAcceleratorStyleInfoStore | store | Holds instance of a SuperAcceleratorStyleInfoStore class |
SuperAcceleratorVisualStyle(SuperAcceleratorStyleInfoStore)
Initializes a new instance of the SuperAcceleratorVisualStyle class.
Declaration
public SuperAcceleratorVisualStyle(SuperAcceleratorStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
SuperAcceleratorStyleInfoStore | store | Holds instance of a SuperAcceleratorStyleInfoStore class. |
Properties
BackColor
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderThickness
Gets or sets the border thickness to draw the border of the SuperAccelerator control.
Declaration
[ThemeStudio]
public int BorderThickness { get; set; }
Property Value
Type |
---|
System.Int32 |
DefaultStyle
Gets the default style value for the SuperAccelerator control.
Declaration
public static SuperAcceleratorVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
SuperAcceleratorVisualStyle |
Font
Gets or sets the System.Drawing.Font value of the
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |