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