Class SplitterPageStyleInfo
Represents the class to define the style for TabSplitterContainer control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SplitterPageStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SplitterPageStyleInfo()
Initializes a new instance of the
Declaration
public SplitterPageStyleInfo()
SplitterPageStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the
Declaration
public SplitterPageStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A TabSplitterContainerStyleInfoIdentity that holds the identity for this TabSplitterContainerStyleInfoStore. |
SplitterPageStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the
Declaration
public SplitterPageStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A TabSplitterContainerStyleInfoIdentity that holds the identity for this TabSplitterContainerStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
ActiveBackColor
Gets or sets the background color of active splitter page in the focused state in TabSplitterContainer.
Declaration
[ThemeStudio]
public Color ActiveBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ActiveForeColor
Gets or sets the foreground color of active splitter page in the focused state TabSplitterContainer.
Declaration
[ThemeStudio]
public Color ActiveForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the border color of splitter page in TabSplitterContainer.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for TabSplitterContainer.
Declaration
public static SplitterPageStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
SplitterPageStyleInfo |
DisabledBackColor
Gets or sets the background color of splitter page in the disabled state in TabSplitterContainer.
Declaration
[ThemeStudio]
public Color DisabledBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledForeColor
Gets or sets the foreground color of splitter page in the disabled state TabSplitterContainer.
Declaration
[ThemeStudio]
public Color DisabledForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
FocusedBorderColor
Gets or sets the border color of splitter page in the focused state in TabSplitterContainer.
Declaration
[ThemeStudio]
public Color FocusedBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Font
Gets or sets the System.Drawing.Font value of splitter page in TabSplitterContainer.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
InactiveBackColor
Gets or sets the background color of inactive splitter page in TabSplitterContainer.
Declaration
[ThemeStudio]
public Color InactiveBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
InactiveForeColor
Gets or sets the foreground color of inactive splitter page in TabSplitterContainer.
Declaration
[ThemeStudio]
public Color InactiveForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the SplitterPageStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |