다음을 통해 공유


PipsPager.NumberOfPages 속성

정의

PipsPager에서 지원하는 최대 페이지 수를 가져오거나 설정합니다.

public:
 property int NumberOfPages { int get(); void set(int value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
int NumberOfPages();

void NumberOfPages(int value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
int NumberOfPages();

void NumberOfPages(int value);
public int NumberOfPages { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
public int NumberOfPages { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")] set; }
var int32 = pipsPager.numberOfPages;
pipsPager.numberOfPages = int32;
Public Property NumberOfPages As Integer

속성 값

Int32

int

PipsPager에서 지원하는 최대 페이지 수입니다. 기본값은 -1(무한)입니다.

특성
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

적용 대상

추가 정보