Class ToolTipVisualStyleInfoStore
Represents a store which holds the properties of the
Implements
Inherited Members
Namespace: Syncfusion.WinForms.Controls.Styles
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ToolTipVisualStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ToolTipVisualStyleInfoStore()
Initializes a new instance of the ToolTipVisualStyleInfoStore class.
Declaration
public ToolTipVisualStyleInfoStore()
ToolTipVisualStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ToolTipVisualStyleInfoStore class from a serialization stream.
Declaration
protected ToolTipVisualStyleInfoStore(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
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 BorderThickness property.
Declaration
public static readonly StyleInfoProperty BorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
GradientBrushProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty GradientBrushProperty
Field Value
Type |
---|
StyleInfoProperty |
ImageAlignmentProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ImageAlignmentProperty
Field Value
Type |
---|
StyleInfoProperty |
ImageSizeProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ImageSizeProperty
Field Value
Type |
---|
StyleInfoProperty |
ImageToTextOffsetProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ImageToTextOffsetProperty
Field Value
Type |
---|
StyleInfoProperty |
SeparatorColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SeparatorColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SeparatorPatternProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SeparatorPatternProperty
Field Value
Type |
---|
StyleInfoProperty |
SeparatorStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SeparatorStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
TextAlignmentProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty TextAlignmentProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Provides the StaticData of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |