'Declaration Public ReadOnly Default Property Item( _
ByVal indexИндекс символа.As System.Int32 _
) As TextRegionSymbol
public TextRegionSymbol this[
System.Int32 index
]{ get; }
public: __property TextRegionSymbol* get_Item(
System.Int32 index
);
public:
property TextRegionSymbol^ default [System.Int32] { TextRegionSymbol^ get(System.Int32 index); }
Parameters
- index
- Индекс символа.
Return Value
TextRegionSymbol по указанному индексу.