public string[] ShapeElement { get; set; }
Public Property ShapeElement As String() Get Set
public: property array<String^>^ ShapeElement { array<String^>^ get (); void set (array<String^>^ value); }
member ShapeElement : string[] with get, set
In This Article