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[]) |
최소한 요청된 범위만큼 큰 항목 범위에 대한 최소 너비를 제공합니다. |