Class BarItemStyleInfoStore
Provides storage for the BarItemStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class BarItemStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
BarItemStyleInfoStore()
Initializes a new instance of the BarItemStyleInfoStore class.
Declaration
public BarItemStyleInfoStore()
BarItemStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the BarItemStyleInfoStore class from a serialization stream.
Declaration
protected BarItemStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | An object that holds all the data needed to serialize or deserialize this instance. |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of the serialized stream specified by info. |
Fields
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderColorProperty
Provides information about the BorderColor property.
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderThicknessProperty
Provides information about the Syncfusion.Windows.Forms.Tools.XPMenus.BarItemStyleInfo.BorderThickness property.
Declaration
public static readonly StyleInfoProperty BorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
CornerRadiusProperty
Provides information about the Syncfusion.Windows.Forms.Tools.XPMenus.BarItemStyleInfo.CornerRadius property.
Declaration
public static readonly StyleInfoProperty CornerRadiusProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBorderColorProperty
Provides information about the DisabledBorderColor property.
Declaration
public static readonly StyleInfoProperty DisabledBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedBorderColorProperty
Provides information about the FocusedBorderColor property.
Declaration
public static readonly StyleInfoProperty FocusedBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBackColorProperty
Provides information about the HoverBackColor property.
Declaration
public static readonly StyleInfoProperty HoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBorderColorProperty
Provides information about the HoverBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverForeColorProperty
Provides information about the HoverForeColor property.
Declaration
public static readonly StyleInfoProperty HoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverTickBorderColorProperty
Provides information about the HoverTickBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverTickBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverTickColorProperty
Provides information about the HoverTickColor property.
Declaration
public static readonly StyleInfoProperty HoverTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBackColorProperty
Provides information about the PressedBackColor property.
Declaration
public static readonly StyleInfoProperty PressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBorderColorProperty
Provides information about the PressedBorderColor property.
Declaration
public static readonly StyleInfoProperty PressedBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedForeColorProperty
Provides information about the PressedForeColor property.
Declaration
public static readonly StyleInfoProperty PressedForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SeparatorColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SeparatorColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TextBoxForeColorProperty
Provides information about the TextBoxForeColor property.
Declaration
public static readonly StyleInfoProperty TextBoxForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TickBorderColorProperty
Provides information about the TickBorderColor property.
Declaration
public static readonly StyleInfoProperty TickBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TickColorProperty
Provides information about the TickColor property.
Declaration
public static readonly StyleInfoProperty TickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |