Table of Contents

Class DefinitionGrid

Namespace
HeBianGu.Control.Panel
Assembly
HeBianGu.Control.Panel.dll
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

DependencyProperty

RowsProperty

public static readonly DependencyProperty RowsProperty

Field Value

DependencyProperty

Properties

Columns

[TypeConverter(typeof(ObservableCollectionTypeConverter<GridLength, GridLengthConverter>))]
public ObservableCollection<GridLength> Columns { get; set; }

Property Value

ObservableCollection<GridLength>

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

Rows

[TypeConverter(typeof(ObservableCollectionTypeConverter<GridLength, GridLengthConverter>))]
public ObservableCollection<GridLength> Rows { get; set; }

Property Value

ObservableCollection<GridLength>

Methods

Refresh()

protected override void Refresh()