Class GradientPanelExtVisualStyle
Represents a class to define the style for the GradientPanelExt control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GradientPanelExtVisualStyle : GradientPanelVisualStyle, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
GradientPanelExtVisualStyle()
Initializes a new instance of the GradientPanelExtVisualStyle class.
Declaration
public GradientPanelExtVisualStyle()
GradientPanelExtVisualStyle(GradientPanelExtStyleInfoIdentity)
Initializes a new instance of the GradientPanelExtVisualStyle class.
Declaration
public GradientPanelExtVisualStyle(GradientPanelExtStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
GradientPanelExtStyleInfoIdentity | identity | A GradientPanelExtStyleInfoIdentity that holds the identity for this |
GradientPanelExtVisualStyle(GradientPanelExtStyleInfoIdentity, GradientPanelStyleInfoStore)
Initializes a new instance of the GradientPanelExtVisualStyle class.
Declaration
public GradientPanelExtVisualStyle(GradientPanelExtStyleInfoIdentity identity, GradientPanelStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
GradientPanelExtStyleInfoIdentity | identity | A GradientPanelExtStyleInfoIdentity that holds the identity for this |
GradientPanelStyleInfoStore | store | Holds instance of a |
GradientPanelExtVisualStyle(GradientPanelStyleInfoStore)
Initializes a new instance of the GradientPanelExtVisualStyle class.
Declaration
public GradientPanelExtVisualStyle(GradientPanelStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
GradientPanelStyleInfoStore | store | Holds instance of a |
Properties
CornerRadius
Gets or sets the System.Int32 value used to draw the CornerRadius of the GradientPanelExt control.
Declaration
[ThemeStudio]
public int CornerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The System.Int32 value is used to draw the CornerRadius of the GradientPanelExt. |
DefaultStyle
Gets the default style value for the GradientPanelExt control.
Declaration
public static GradientPanelExtVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
GradientPanelExtVisualStyle |
DisabledInnerBackColor
Gets or sets the System.Drawing.Color value used to draw the inner back color of the GradientPanelExt control in disabled state.
Declaration
[ThemeStudio]
public Color DisabledInnerBackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the disabled inner back color of the GradientPanelExt. |
DisabledInnerBorderColor
Gets or sets the System.Drawing.Color value used to draw the disabled inner border color of the GradientPanelExt control in disabled state.
Declaration
[ThemeStudio]
public Color DisabledInnerBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the disabled inner border color of the GradientPanelExt. |
InnerBackColor
Gets or sets the System.Drawing.Color value used to draw the inner back color of the GradientPanelExt control in default state.
Declaration
[ThemeStudio]
public Color InnerBackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the inner back color of the GradientPanelExt. |
InnerBorderColor
Gets or sets the System.Drawing.Color value used to draw the inner border color of the GradientPanelExt control in default state.
Declaration
[ThemeStudio]
public Color InnerBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the inner border color of the GradientPanelExt. |
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. |