Share via


FamilyTypefaceCollection.Item[Int32] 속성

정의

FamilyTypeface의 0부터 시작하는 인덱스 위치에 저장된 FamilyTypefaceCollection을 가져오거나 설정합니다.

public:
 property System::Windows::Media::FamilyTypeface ^ default[int] { System::Windows::Media::FamilyTypeface ^ get(int index); void set(int index, System::Windows::Media::FamilyTypeface ^ value); };
public System.Windows.Media.FamilyTypeface this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.FamilyTypeface with get, set
Default Public Property Item(index As Integer) As FamilyTypeface

매개 변수

index
Int32

FamilyTypefaceCollection을 가져오거나 설정하기 시작할 FamilyTypeface의 인덱스(0부터 시작)입니다.

속성 값

FamilyTypeface

지정한 인덱스의 요소입니다.

구현

적용 대상