'Declaration Protected ReadOnly Property Items As System.Collections.Generic.List(Of GraphicsFigure)
protected System.Collections.Generic.List<GraphicsFigure> Items { get; }
protected: __property System.Collections.Generic.List<GraphicsFigure*>* get_Items();
protected:
property System.Collections.Generic.List<GraphicsFigure^>^ Items { System.Collections.Generic.List<GraphicsFigure^>^ get(); }