Property | Type | Description | |
---|---|---|---|
ColumnProperty | ReactiveProperty |
||
RowProperty | ReactiveProperty |
Method | Description | |
---|---|---|
GetColumn ( IElement element ) : int |
Gets the value of the Column attached property for the specified element.
|
|
GetRow ( IElement element ) : int |
Gets the value of the Row attached property for the specified element.
|
|
SetColumn ( IElement element, int value ) : void |
Sets the value of the Column attached property for the specified element.
|
|
SetRow ( IElement element, int value ) : void |
Sets the value of the Row attached property for the specified element.
|
Method | Description | |
---|---|---|
ArrangeOverride ( Size finalSize ) : Size | ||
MeasureOverride ( Size availableSize ) : Size |
Method | Description | |
---|---|---|
AllocateProportionalSpace ( IEnumerable |
||
CreateCells ( ) : void | ||
InitializeMeasureData ( IEnumerable |
||
MeasureCell ( Cell cell, IElement child, bool shouldChildBeMeasuredWithInfiniteHeight ) : void | ||
MeasureCells ( IEnumerable |
||
MeasureCells ( Size availableSize ) : void | ||
SetFinalLength ( |
protected ArrangeOverride ( Size finalSize ) : Size | ||
finalSize | Size | |
return | Size |
public static GetColumn ( IElement element ) : int | ||
element | IElement | The element for which to read the proerty value. |
return | int |
public static GetRow ( IElement element ) : int | ||
element | IElement | The element for which to read the proerty value. |
return | int |
protected MeasureOverride ( Size availableSize ) : Size | ||
availableSize | Size | |
return | Size |
public static SetColumn ( IElement element, int value ) : void | ||
element | IElement | The element for which to write the proerty value. |
value | int | The value of the Column attached property. |
return | void |
public static SetRow ( IElement element, int value ) : void | ||
element | IElement | The element for which to write the proerty value. |
value | int | The value of the Row attached property. |
return | void |
public static ReactiveProperty |
||
return | ReactiveProperty |