Class AutoHideStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AutoHideStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
AutoHideStyleInfoStore()
Declaration
public AutoHideStyleInfoStore()
Fields
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverItemForeColorProperty
Provides information about the HoverItemForeColor property.
Declaration
public static readonly StyleInfoProperty HoverItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemForeColorProperty
Provides information about the ItemForeColor property.
Declaration
public static readonly StyleInfoProperty ItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MarkerColorProperty
Provides information about the MarkerColor property.
Declaration
public static readonly StyleInfoProperty MarkerColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MarkerSelectionColorProperty
Provides information about the MarkerSelectionColor property.
Declaration
public static readonly StyleInfoProperty MarkerSelectionColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TabPanelBackColorProperty
Provides information about the TabPanelBackColor property.
Declaration
public static readonly StyleInfoProperty TabPanelBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to get the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable