Table of Contents

Class FixedGrid

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

DependencyProperty

ColumnsProperty

public static readonly DependencyProperty ColumnsProperty

Field Value

DependencyProperty

RowGridLengthProperty

public static readonly DependencyProperty RowGridLengthProperty

Field Value

DependencyProperty

RowsProperty

public static readonly DependencyProperty RowsProperty

Field Value

DependencyProperty

Properties

ColumnGridLength

public GridLength ColumnGridLength { get; set; }

Property Value

GridLength

Columns

public int Columns { get; set; }

Property Value

int

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

RowGridLength

public GridLength RowGridLength { get; set; }

Property Value

GridLength

Rows

public int Rows { get; set; }

Property Value

int

Methods

Refresh()

protected override void Refresh()