Description
Use static contour settings for animation contours.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseStaticContours() As Boolean
|
| [C#] |
|---|
public bool UseStaticContours {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseStaticContours(); public: __property void set_UseStaticContours(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseStaticContours(
VARIANT_BOOL * pVal
);
public: HRESULT put_UseStaticContours(
VARIANT_BOOL UseStaticContours
);
|
| [Java] |
|---|
public bool getUseStaticContours();
public void setUseStaticContours(
bool
);
|
See Also