Class TickControlStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TickControlStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
TickControlStyleInfoStore()
Initializes a new instance of the TickControlVisualStyle class.
Declaration
public TickControlStyleInfoStore()
TickControlStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the TickControlVisualStyle class.
Declaration
protected TickControlStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. |
Fields
BackColorProperty
Provides information about the control's BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderColorProperty
Provides information about the control's BorderColor property.
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderThicknessProperty
Provides information about the control's BorderThickness property.
Declaration
public static readonly StyleInfoProperty BorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
CheckBoxTickThicknessProperty
Provides information about the control's TickColor property.
Declaration
public static readonly StyleInfoProperty CheckBoxTickThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBackColorProperty
Provides information about the control's DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBorderColorProperty
Provides information about the control's DisabledBorderColor property.
Declaration
public static readonly StyleInfoProperty DisabledBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledForeColorProperty
Provides information about the control's DisabledForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledIntermediateTickColorProperty
Provides information about the control's DisabledIntermediate TickColor property.
Declaration
public static readonly StyleInfoProperty DisabledIntermediateTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledTickBoxBackColorProperty
Provides information about the control's DisabledTickBoxBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledTickBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledTickBoxBorderColorProperty
Provides information about the control's DisabledTickBoxBorderColor property.
Declaration
public static readonly StyleInfoProperty DisabledTickBoxBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledTickColorProperty
Provides information about the control's DisabledTickColor property.
Declaration
public static readonly StyleInfoProperty DisabledTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the control's Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the control's ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBackColorProperty
Provides information about the control's HoverBackColor property.
Declaration
public static readonly StyleInfoProperty HoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBorderColorProperty
Provides information about the control's HoverBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverForeColorProperty
Provides information about the control's HoverForeColor property.
Declaration
public static readonly StyleInfoProperty HoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverIntermediateTickColorProperty
Provides information about the control's HoverIntermediate TickColor property.
Declaration
public static readonly StyleInfoProperty HoverIntermediateTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverTickBoxBackColorProperty
Provides information about the control's HoverTickBoxBackColor property.
Declaration
public static readonly StyleInfoProperty HoverTickBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverTickBoxBorderColorProperty
Provides information about the control's HoverTickBoxBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverTickBoxBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverTickColorProperty
Provides information about the control's HoverTickColor property.
Declaration
public static readonly StyleInfoProperty HoverTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
IntermediateTickColorProperty
Provides information about the control's Intermediate TickColor property.
Declaration
public static readonly StyleInfoProperty IntermediateTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedForeColorProperty
Provides information about the control's PressedForeColor property.
Declaration
public static readonly StyleInfoProperty PressedForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedTickBoxBackColorProperty
Provides information about the control's PressedTickBoxBackColor property.
Declaration
public static readonly StyleInfoProperty PressedTickBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedTickBoxBorderColorProperty
Provides information about the control's PressedTickBoxBorderColor property.
Declaration
public static readonly StyleInfoProperty PressedTickBoxBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedTickColorProperty
Provides information about the control's PressedTickColor property.
Declaration
public static readonly StyleInfoProperty PressedTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectionTickBoxBackColorProperty
Provides information about the control's PressedTickBoxBackColor property.
Declaration
public static readonly StyleInfoProperty SelectionTickBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectionTickBoxBorderColorProperty
Provides information about the control's PressedTickBoxBorderColor property.
Declaration
public static readonly StyleInfoProperty SelectionTickBoxBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TickBoxBackColorProperty
Provides information about the control's TickBoxBackColor property.
Declaration
public static readonly StyleInfoProperty TickBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TickBoxBorderColorProperty
Provides information about the control's TickBoxBorderColor property.
Declaration
public static readonly StyleInfoProperty TickBoxBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TickColorProperty
Provides information about the control's TickColor property.
Declaration
public static readonly StyleInfoProperty TickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to get the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |