ColumnMajorUniformToLargestGridLayout 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表一個版面配置網格線,其中每個儲存格會根據網格線中的最大儲存格來統一重設大小,以容納其內容。
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class ColumnMajorUniformToLargestGridLayout : NonVirtualizingLayout
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class ColumnMajorUniformToLargestGridLayout : NonVirtualizingLayout
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public class ColumnMajorUniformToLargestGridLayout : NonVirtualizingLayout
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public class ColumnMajorUniformToLargestGridLayout : NonVirtualizingLayout
Public Class ColumnMajorUniformToLargestGridLayout
Inherits NonVirtualizingLayout
- 繼承
-
Object IInspectable DependencyObject Layout NonVirtualizingLayout ColumnMajorUniformToLargestGridLayout
- 屬性
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute
建構函式
ColumnMajorUniformToLargestGridLayout() |
初始化 ColumnMajorUniformToLargestGridLayout 類別的新實例。 |
屬性
ColumnSpacing |
取得或設定網格線數據行之間) 圖元 (的統一距離。 |
ColumnSpacingProperty |
識別 ColumnSpacing 相依性屬性。 |
Dispatcher |
一律會在 Windows 應用程式 SDK 應用程式中傳 |
DispatcherQueue |
|
IndexBasedLayoutOrientation |
取得方向,如果有的話,專案會根據來源集合中的索引進行配置。 (繼承來源 Layout) |
MaxColumns |
取得或設定方格中的數據行數目上限。 |
MaxColumnsProperty |
識別 MaxColumns 相依性屬性。 |
RowSpacing |
取得或設定網格線列之間) 像素 (的統一距離。 |
RowSpacingProperty |
代表一個版面配置網格線,其中每個儲存格會根據網格線中的最大儲存格來統一重設大小,以容納其內容。 |
方法
事件
ArrangeInvalidated |
發生於排列狀態 (版面配置) 已失效時。 (繼承來源 Layout) |
MeasureInvalidated |
發生於 (版面配置) 已失效時。 (繼承來源 Layout) |