TextDecorationCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある TextDecoration オブジェクトを取得または設定します。

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

パラメーター

index
Int32

取得または設定するオブジェクトの 0 から始まるインデックス位置。

プロパティ値

index 位置にある TextDecoration オブジェクト。

実装

適用対象