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