Class FixedGrid
public class FixedGrid : GridBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
FixedGrid
- Implements
- Inherited Members
- Extension Methods
Fields
ColumnGridLengthProperty
public static readonly DependencyProperty ColumnGridLengthProperty
Field Value
ColumnsProperty
public static readonly DependencyProperty ColumnsProperty
Field Value
RowGridLengthProperty
public static readonly DependencyProperty RowGridLengthProperty
Field Value
RowsProperty
public static readonly DependencyProperty RowsProperty
Field Value
Properties
ColumnGridLength
public GridLength ColumnGridLength { get; set; }
Property Value
Columns
public int Columns { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
RowGridLength
public GridLength RowGridLength { get; set; }
Property Value
Rows
public int Rows { get; set; }
Property Value
Methods
Refresh()
protected override void Refresh()