Class SchemaDesignerItemStyleInfo
Represents the class to define the style for items used in GroupBar control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class SchemaDesignerItemStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SchemaDesignerItemStyleInfo()
It contains the value of the SchemaDesignerItemStyleInfo property.
Declaration
public SchemaDesignerItemStyleInfo()
SchemaDesignerItemStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the SchemaDesignerItemStyleInfo class.
Declaration
public SchemaDesignerItemStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this SchemaDesignerItemStyleInfoStore. |
SchemaDesignerItemStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the SchemaDesignerItemStyleInfo class.
Declaration
public SchemaDesignerItemStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this SchemaDesignerItemStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BorderColor
Gets or sets the cell background color.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default values of SchemaDesignerItemStyleInfo instance.
Declaration
public static SchemaDesignerItemStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
SchemaDesignerItemStyleInfo |
Font
Gets or sets the System.Drawing.Font value of the cells.
Declaration
[ThemeStudio]
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the fore color of the cell text.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the SchemaDesignerItemStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |