[]
        
(Showing Draft Content)

C1.WPF.Grid.GridTextCellView

GridTextCellView Class

Grid cell dedicated to render text.

Inheritance
GridTextCellView
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.dll
Syntax
public class GridTextCellView : GridCellView, INotifyPropertyChanged

Constructors

Name Description
GridTextCellView()

Initializes a new instance of the GridTextCellView class.

Fields

Name Description
HorizontalTextAlignmentProperty

Identifies the HorizontalTextAlignment dependency property.

TextMarginProperty

Identifies the TextMargin dependency property.

TextProperty

Identifies the Text dependency property.

VerticalTextAlignmentProperty

Identifies the VerticalTextAlignment dependency property.

Properties

Name Description
HorizontalTextAlignment

Gets or sets the text horizontal alignment.

NeedsRenderContent
Text

Gets or sets the text.

TextMargin

Gets or sets the text margin.

VerticalTextAlignment

Gets or sets the text vertical alignment.

Methods

Name Description
Dispose(bool)
MeasureOverride(Size)
OnApplyTemplate()
OnFlowDirectionChanged()
OnFontChanged()
OnForegroundChanged()
OnRenderContent(DrawingContext, Rect)