Class SplitterBarStyleInfo
Represents the class to define the style for SplitterControl control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SplitterBarStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SplitterBarStyleInfo()
It contains the value of the SplitterBarStyleInfo property.
Declaration
public SplitterBarStyleInfo()
SplitterBarStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the SplitterBarStyleInfo class.
Declaration
public SplitterBarStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this SplitterBarStyleInfoStore. |
SplitterBarStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the SplitterBarStyleInfo class.
Declaration
public SplitterBarStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this SplitterBarStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the cell background color.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default values of SplitterBarStyleInfo instance.
Declaration
public static SplitterBarStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
SplitterBarStyleInfo |
ForeColor
Gets or sets the splitter 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 SplitterBarStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |