Elements to draw on the control.
Read-only property
[Visual Basic .NET] |
---|
Public Property DrawElements() As AgDrawElemCollection |
[C#] |
---|
public AgDrawElemCollection DrawElements {get;} |
[Managed C++] |
---|
public: __property AgDrawElemCollection ^ get_DrawElements(); |
[Unmanaged C++] |
---|
public: HRESULT get_DrawElements( AgDrawElemCollection ** ppDrawElemColl ); |
[Java] |
---|
public AgDrawElemCollection getDrawElements(); |
[Python - STK API ] |
---|
@property def DrawElements(self) -> "AgDrawElemCollection": |