Grid クラス (Microsoft.UI.Xaml.Controls 名前空間)
public class Grid : Panel
継承:Object → DependencyObject → UIElement → FrameworkElement → Panel → Grid
[toc]目次
プロパティ
- DependencyObjectクラスから継承したプロパティ
- UIElementクラスから継承したプロパティ
- FrameworkElementクラスから継承したプロパティ
- Panelクラスから継承したプロパティ
ColumnDefinitions
public ColumnDefinitionCollection ColumnDefinitions { get; }
RowDefinitions
public RowDefinitionCollection RowDefinitions { get; }
メソッド
- Objectクラスから継承したメソッド
- DependencyObjectクラスから継承したメソッド
- UIElementクラスから継承したメソッド
- FrameworkElementクラスから継承したメソッド
- Panelクラスから継承したメソッド