Свойство | Type | Description | |
---|---|---|---|
IGrid | IControl | ||
IGrid | double | ||
IGrid | int |
Méthode | Description | |
---|---|---|
Grid ( ) : System |
Inicialize a new intance of the Grid class.
|
|
IDisposable ( ) : void |
The identifier dispose.
|
|
IGrid ( int columnSpan, IControl content ) : void |
Sets the column span.
|
|
IGrid ( int column, double width ) : void |
Sets the width of each column of the grid.
|
|
IGrid ( int row, int column, IControl content ) : void |
Sets the content of the grid.
|
Méthode | Description | |
---|---|---|
ArrangeOverride ( |
It is used to set the margins and paddings of the Grid.
|
Méthode | Description | |
---|---|---|
IGrid ( int row, int column ) : IControl |
Gets the number of rows and columns of the grid
|
|
IGrid ( int column ) : double |
Gets the width of the specified column.
|
|
IGrid ( IControl content ) : int |
Gets the column span.
|
protected ArrangeOverride ( |
||
arrangeSize | Arrange size
/// |
|
Résultat |
public IGrid ( int columnSpan, IControl content ) : void | ||
columnSpan | int | Column span.
/// |
content | IControl | Content.
/// |
Résultat | void |
public IGrid ( int column, double width ) : void | ||
column | int | Column.
/// |
width | double | Width.
/// |
Résultat | void |
public IGrid ( int row, int column, IControl content ) : void | ||
row | int | Row.
/// |
column | int | Column.
/// |
content | IControl | Content.
/// |
Résultat | void |