Skip to main content

Format Members

Obsolete. Contains settings that are used to format GridControl cells.

Constructors

Name Description
Format() Initializes a new instance of the Format class with default settings.

Fields

Name Description
BackgroundProperty static Identifies the Format.Background dependency property. Inherited from Format.
FontFamilyProperty static Identifies the Format.FontFamily dependency property. Inherited from Format.
FontSizeProperty static Identifies the Format.FontSize dependency property. Inherited from Format.
FontStretchProperty static Identifies the Format.FontStretch dependency property. Inherited from Format.
FontStyleProperty static Identifies the Format.FontStyle dependency property. Inherited from Format.
FontWeightProperty static Identifies the Format.FontWeight dependency property. Inherited from Format.
ForegroundProperty static Identifies the Format.Foreground dependency property. Inherited from Format.
IconProperty static Identifies the Format.Icon dependency property. Inherited from Format.
IconVerticalAlignmentProperty static Identifies the Format.IconVerticalAlignment dependency property. Inherited from Format.
TextDecorationsProperty static Identifies the Format.TextDecorations dependency property. Inherited from Format.

Properties

Name Description
Background Gets or sets the brush used to paint the background of the formatted cell. This is a dependency property. Inherited from Format.
FontFamily Gets or sets the font family name for the formatted grid cells. This is a dependency property. Inherited from Format.
FontSize Gets or sets the font size for the formatted cells. This is a dependency property. Inherited from Format.
FontStretch Gets or sets the font stretch for the formatted cells. This is a dependency property. Inherited from Format.
FontStyle Gets or sets the text style applied to the formatted cells. This is a dependency property. Inherited from Format.
FontWeight Gets or sets the weight of the text font for the formatted cells. This is a dependency property. Inherited from Format.
Foreground Gets or sets the brush used to paint the foreground of the formatted cell. This is a dependency property. Inherited from Format.
Icon Gets or sets the image displayed within the formatted cells. This is a dependency property. Inherited from Format.
IconVerticalAlignment Specifies the icon vertical alignment. This is a dependency property. Inherited from Format.
TextDecorations Gets or sets a value that specifies the text decorations that are applied to the formatted cell’s content. This is a dependency property. Inherited from Format.
See Also