Class GridFontInfoStore
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class GridFontInfoStore : StyleInfoStore, IDisposable, ICloneable, IStyleInfo, 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 | 
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
  Property Value
| Type | 
|---|
| StaticData | 
Overrides
Methods
Clone()
Declaration
public override object Clone()
  Returns
| Type | 
|---|
| System.Object | 
Overrides
Implements
      System.IDisposable
  
  
  
  
      System.Xml.Serialization.IXmlSerializable