'Declaration Public Default Property Item( _
ByVal indexThe zero-based index of the figure to get or set.As System.Int32 _
) As GraphicsFigure
public GraphicsFigure this[
System.Int32 index
]{ get; set; }
public: __property GraphicsFigure* get_Item(
System.Int32 index
); public: __property void set_Item(
System.Int32 index,
GraphicsFigure* value
);
public:
property GraphicsFigure^ default [System.Int32] { GraphicsFigure^ get(System.Int32 index); void set(System.Int32 index, GraphicsFigure^ value); }
Parameters
- index
- The zero-based index of the figure to get or set.
Return Value
The figure at the specified index.