-
Notifications
You must be signed in to change notification settings - Fork 877
Grid
DianeXceed edited this page Jun 19, 2017
·
2 revisions
Only available in the Plus Edition
Derives from AnimationPanel
Exactly like WPF's native Grid panel, except that this panel can animate its children and be used inside a SwitchPanel.
Property | Description |
---|---|
* | All the Properties from Canvas Panel. |
ColumnDefinitions | Gets the ColumnDefinition collection. |
RowDefinitions | Gets the RowDefinition collection. |
ShowGridLines | Gets or sets if the GridLines are shown. |
Event | Description |
---|---|
* | All the Events from Canvas Panel. |
Method | Description |
---|---|
GetColumn | Gets the Column property. |
SetColumn | Sets the Column property. |
GetColumnSpan | Gets the columnSpan property. |
SetColumnSpan | Sets the columnSpan property. |
GetRow | Gets the row Property. |
SetRow | Sets the row property. |
GetRowSpan | Gets the rowSpan property. |
SetRowSpan | Sets the rowSpan property. |