Classes
AddedRemovedEvent
AlertElement
AnchorContainerElement
ArrowShape
ButtonElement
CanvasElement
CanvasManager
CheckboxElement
CheckboxSkinElement
CollectionChangedEvent
CollectionSort
ColorPickerButtonElement
ColorPickerElement
ContainerBaseElement
CursorDefinition
DataGridColumnDefinition
DataGridDataRenderer
DataGridElement
DataGridHeaderColumnDividerSkinElement
DataGridHeaderElement
DataGridHeaderItemRenderer
DataGridItemData
DataGridItemRendererBase
DataGridLabelItemRenderer
DataListData
DataListElement
DataRendererBaseElement
DataRendererLabelElement
DatePickerButtonElement
DatePickerElement
DispatcherEvent
DrawMetrics
DropdownArrowButtonSkinElement
DropdownBaseElement
DropdownElement
ElementEvent
ElementGridItemClickEvent
ElementKeyboardEvent
ElementListItemClickEvent
ElementMouseEvent
ElementMouseWheelEvent
EllipseShape
EventDispatcher
FillBase
GridContainerElement
GridContainerRowColumnDefinition
ImageElement
IpInputElement
LabelElement
LinearGradientFill
ListCollection
ListContainerElement
ProgressElement
RadioButtonElement
RadioButtonSkinElement
RoundedRectangleShape
ScrollBarElement
ScrollButtonSkinElement
ShapeBase
SkinnableElement
SolidFill
StyleableBase
StyleChangedEvent
StyleData
StyleDefinition
StyleProxy
TextAreaElement
TextElement
TextFieldElement
TextInputElement
TimeInputElement
ToggleButtonElement
ToggleButtonGroup
Tween
ViewportElement


GridContainerRowColumnDefinition

GridContainerRowColumnDefinition defines and stores styles used by
the GridContainerElement to layout rows and columns.

Inheritance:     GridContainerRowColumnDefinition ➞ StyleableBaseStyleDefinitionEventDispatcher ➞ Object

Styles
Style Defined By
MaxSize     :    Number GridContainerRowColumnDefinition
Maximum number of pixels the row or column should consume.
This does not affect rows or columns that have the Size style set.
 
MinSize     :    Number GridContainerRowColumnDefinition
Minimum number of pixels the row or column should consume.
This does not affect rows or columns that have the Size style set.
 
PercentSize     :    Number GridContainerRowColumnDefinition
The percentage of available size the row or column should consume relative to its parent GridContainer.
Note that percentage width is calculated based on the available space left over *after* static sized rows
and columns are considered. Percentages are allowed to add to more than 100 and will consume all of the
available space. When percents add to more than 100 the elements will share the available space
per the ratio of percent vs total percent used.
 
Size     :    Number GridContainerRowColumnDefinition
Size in pixels this row or column should consume. This style overrides all other sizing styles.
 
StretchPriority     :    Number GridContainerRowColumnDefinition
When rows or columns are forced to stretch due to cells spanning multiple rows or columns,
rows or columns with the highest StretchPriority will stretch first, equal priorities will stretch evenly.
This does not affect rows or columns that have Size or PercentSize styles set.
 


Events
Show Inherited


Public Functions
Show Inherited
Function Defined By
GridContainerRowColumnDefinition() [Constructor] GridContainerRowColumnDefinition
Creates new GridContainerRowColumnDefinition instance.
 


Internal Functions
Show Inherited