GlyphCollection.Item[Int32] 属性

定义

获取或设置指定索引处的元素。

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

参数

index
Int32

元素的从零开始的索引。

属性值

Glyph

指定索引处的 Glyph 元素。

适用于