LinedFlowLayoutItemsInfoRequestedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 LinedFlowLayout.LayoutItemsInfoRequested 事件的數據。
public ref class LinedFlowLayoutItemsInfoRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LinedFlowLayoutItemsInfoRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LinedFlowLayoutItemsInfoRequestedEventArgs
Public NotInheritable Class LinedFlowLayoutItemsInfoRequestedEventArgs
- 繼承
- 屬性
屬性
ItemsRangeRequestedLength |
取得要求重設大小資訊的項目數。 |
ItemsRangeStartIndex |
取得或設定專案範圍的開頭,其中包含重設大小資訊。 |
MaxWidth |
取得或設定適用於來源集合中所有項目的寬度上限。 |
MinWidth |
取得或設定適用於來源集合中所有專案的最小寬度。 |
方法
SetDesiredAspectRatios(Double[]) |
為專案範圍提供所需的外觀比例,至少與所要求的一樣大。 |
SetMaxWidths(Double[]) |
提供專案範圍的最大寬度,至少與所要求的寬度一樣大。 |
SetMinWidths(Double[]) |
提供專案範圍的最小寬度,至少與所要求的寬度一樣大。 |