Class PivotValueChooserStyleInfo
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 PivotValueChooserStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
PivotValueChooserStyleInfo()
It contains the value of the PivotValueChooserStyleInfo property.
Declaration
public PivotValueChooserStyleInfo()
PivotValueChooserStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the PivotValueChooserStyleInfo class.
Declaration
public PivotValueChooserStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this PivotValueChooserStyleInfoStore. |
PivotValueChooserStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the PivotValueChooserStyleInfo class.
Declaration
public PivotValueChooserStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this PivotValueChooserStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the pivot value chooser background color.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the pivot value chooser border color.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default values of PivotValueChooserStyleInfo instance.
Declaration
public static PivotValueChooserStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
PivotValueChooserStyleInfo |
ForeColor
Gets or sets the fore color of the pivot value chooser text.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the PivotValueChooserStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |