Opt whether to specify a custom position for the center of the ellipse. Otherwise the object's center is used.
Read-write property
[Visual Basic .NET] |
---|
Public Property CustomPosition() As Boolean |
[C#] |
---|
public bool CustomPosition {get; set;} |
[Managed C++] |
---|
public: __property bool get_CustomPosition(); |
[Unmanaged C++] |
---|
public: HRESULT get_CustomPosition( VARIANT_BOOL * pVal ); public: HRESULT put_CustomPosition( VARIANT_BOOL inVal ); |
[Java] |
---|
public bool getCustomPosition(); public void setCustomPosition( bool ); |