Class DefinitionGrid
public class DefinitionGrid : GridBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
DefinitionGrid
- Implements
- Inherited Members
- Extension Methods
Fields
ColumnsProperty
public static readonly DependencyProperty ColumnsProperty
Field Value
RowsProperty
public static readonly DependencyProperty RowsProperty
Field Value
Properties
Columns
[TypeConverter(typeof(ObservableCollectionTypeConverter<GridLength, GridLengthConverter>))]
public ObservableCollection<GridLength> Columns { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
Rows
[TypeConverter(typeof(ObservableCollectionTypeConverter<GridLength, GridLengthConverter>))]
public ObservableCollection<GridLength> Rows { get; set; }
Property Value
Methods
Refresh()
protected override void Refresh()