Description
Whether to constrain the slew acceleration
along the direction of X axis
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property PerAxisXAccelEnabled() As Boolean
|
| [C#] |
public bool PerAxisXAccelEnabled {get; set;}
|
| [Managed C++] |
public: __property bool get_PerAxisXAccelEnabled();
public: __property void set_PerAxisXAccelEnabled(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_PerAxisXAccelEnabled(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PerAxisXAccelEnabled(
VARIANT_BOOL NewPerAxisXAccelEnabled
);
|
| [Java] |
public bool getPerAxisXAccelEnabled();public void setPerAxisXAccelEnabled(
bool
);
|
See Also