Table of Contents

Class FixedGridPresenter

Namespace
HeBianGu.Systems.Design
Assembly
HeBianGu.Systems.Design.dll
public class FixedGridPresenter : GridPresenterBase, INotifyPropertyChanged, IDisplayer, ICloneable, IDesignPresenter, IHitTestElementDrag, IGetDragAdorner, IHitTestElementDrop, IGetDropAdorner
Inheritance
FixedGridPresenter
Implements
Inherited Members
Extension Methods

Properties

ColumnGridLength

[Display(Name = "列宽", GroupName = "常用,样式")]
public GridLength ColumnGridLength { get; set; }

Property Value

GridLength

Columns

[Display(Name = "列数", GroupName = "常用,样式")]
public int Columns { get; set; }

Property Value

int

RowGridLength

[Display(Name = "行高", GroupName = "常用,样式")]
public GridLength RowGridLength { get; set; }

Property Value

GridLength

Rows

[Display(Name = "行数", GroupName = "常用,样式")]
public int Rows { get; set; }

Property Value

int