TextEffectCollection.Item[Int32] 속성

정의

컬렉션의 0부터 시작하는 인덱스에 저장된 항목을 가져오거나 설정합니다.

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

매개 변수

index
Int32

항목을 가져오거나 설정하기 시작할 컬렉션의 0부터 시작하는 인덱스입니다.

속성 값

TextEffect

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

구현

설명

이 속성은 인덱스를 사용 하 여 컬렉션에서 특정 항목에 액세스할 수 있도록을 제공 합니다.

적용 대상