If selected, the geometric element is drawn at the selected point.
Read-write property
[Visual Basic .NET] |
---|
Public Property DrawAtPoint() As Boolean |
[C#] |
---|
public bool DrawAtPoint {get; set;} |
[Managed C++] |
---|
public: __property bool get_DrawAtPoint(); |
[Unmanaged C++] |
---|
public: HRESULT get_DrawAtPoint( VARIANT_BOOL * pVal ); public: HRESULT put_DrawAtPoint( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getDrawAtPoint(); public void setDrawAtPoint( bool ); |