Class GridFontInfoStore
Implements the data store for the GridFontInfo object.
Implements
System.IDisposable
System.ICloneable
System.Xml.Serialization.IXmlSerializable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
[StaticDataField("sd")]
public class GridFontInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable
Constructors
GridFontInfoStore()
Initializes an empty GridFontInfoStore.
Declaration
public GridFontInfoStore()
Fields
FontFamilyProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty FontFamilyProperty
Field Value
Type |
---|
StyleInfoProperty |
FontSizeProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty FontSizeProperty
Field Value
Type |
---|
StyleInfoProperty |
FontStretchProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty FontStretchProperty
Field Value
Type |
---|
StyleInfoProperty |
FontStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty FontStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
FontWeightProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty FontWeightProperty
Field Value
Type |
---|
StyleInfoProperty |
OrientationProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty OrientationProperty
Field Value
Type |
---|
StyleInfoProperty |
TextDecorationsProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty TextDecorationsProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Returns a copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A copy of the current object. |
Overrides
Implements
System.IDisposable
System.ICloneable
System.Xml.Serialization.IXmlSerializable