Description
Gets or sets the option for evenly spacing
adjacent elements.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property Equilateral() As Boolean
|
[C#] |
public bool Equilateral {get; set;}
|
[Managed C++] |
public: __property bool get_Equilateral();
public: __property void set_Equilateral(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_Equilateral(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Equilateral(
VARIANT_BOOL NewEquilateral
);
|
[Java] |
public bool getEquilateral();public void setEquilateral(
bool
);
|
See Also