Class SplitContainerAdvVisualStyle
Represents the class to define the style of SplitContainerAdv control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SplitContainerAdvVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SplitContainerAdvVisualStyle()
Initializes a new instance of the SplitContainerAdvVisualStyle class.
Declaration
public SplitContainerAdvVisualStyle()
SplitContainerAdvVisualStyle(SplitContainerAdvStyleInfoIdentity)
Initializes a new instance of the SplitContainerAdvVisualStyle class.
Declaration
public SplitContainerAdvVisualStyle(SplitContainerAdvStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
SplitContainerAdvStyleInfoIdentity | identity | A SplitContainerAdvStyleInfoIdentity that holds the identity for this SplitContainerAdvStyleInfoStore. |
SplitContainerAdvVisualStyle(SplitContainerAdvStyleInfoIdentity, StyleInfoStore)
Initializes a new instance of the SplitContainerAdvVisualStyle class.
Declaration
public SplitContainerAdvVisualStyle(SplitContainerAdvStyleInfoIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
SplitContainerAdvStyleInfoIdentity | identity | A SplitContainerAdvStyleInfoIdentity that holds the identity for this SplitContainerAdvStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the back color of the SplitContainerAdv control.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default SplitContainerAdvStyleInfoStore value.
Declaration
public static SplitContainerAdvVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
SplitContainerAdvVisualStyle |
DisabledBackColor
Gets or sets the disabled back color of items in the SplitContainerAdv control in the disabled state.
Declaration
public Color DisabledBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
GripperSize
Gets or sets the gripper size of splitter in SplitContainerAdv.
Declaration
[ThemeStudio]
public float GripperSize { get; set; }
Property Value
Type |
---|
System.Single |
HoverSplitterBackColor
Gets or sets the splitter hover back color value of the SplitContainerAdv control in the hover state.
Declaration
[ThemeStudio]
public Color HoverSplitterBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverSplitterForeColor
Gets or sets the splitter hover fore color value of the items of in the SplitContainerAdv control in the hover state.
Declaration
[ThemeStudio]
public Color HoverSplitterForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SplitterBackColor
Gets or sets the splitter back color value of the SplitContainerAdv control.
Declaration
[ThemeStudio]
public Color SplitterBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SplitterForeColor
Gets or sets the splitter fore color value of the SplitContainerAdv control.
Declaration
[ThemeStudio]
public Color SplitterForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the SplitContainerAdvVisualStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |