From 9aa1e72011bdcc1fcd2aa3325916842184abff55 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 16:00:01 -0400 Subject: [PATCH] Updated Grid (markdown) --- Grid.md | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/Grid.md b/Grid.md index 9430731..5c2159f 100644 --- a/Grid.md +++ b/Grid.md @@ -5,27 +5,29 @@ Derives from AnimationPanel Exactly like WPF's native Grid panel, except that this panel can animate its children and be used inside a SwitchPanel. -![](Grid_grid.jpg) +[[Grid_grid.jpg]] -## Properties -|| Property || Description -| * | All the Properties from [Canvas](Canvas) Panel -| ColumnDefinitions | Gets the ColumnDefinition collection. -| RowDefinitions | Gets the RowDefinition collection. -| ShowGridLines | Gets or sets if the GridLines are shown. +### Properties +| 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. | -## Events -|| Event || Description -| * | All the Events from [Canvas](Canvas) Panel. +### Events +| Event | Description | +| --- | --- | +| * | All the Events from [[Canvas]] Panel. | -## Methods -|| Method || Description -| GetColumn( DependencyObject d ) | Gets the Column property. -| SetColumn( DependencyObject d, int value ) | Sets the Column property. -| GetColumnSpan( DependencyObject d ) | Gets the columnSpan property. -| SetColumnSpan( DependencyObject d, int value ) | Sets the columnSpan property. -| GetRow( DependencyObject d ) | Gets the row Property. -| SetRow( DependencyObject d, int value ) | Sets the row property. -| GetRowSpan( DependencyObject d ) | Gets the rowSpan property. -| SetRowSpan( DependencyObject d, int value ) | Sets the rowSpan property. ---- \ No newline at end of file +### Methods +| 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. |