Description
Whether to constrain the slew rate along the direction of Y axis
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PerAxisYEnabled() As Boolean
|
[C#] |
---|
public bool PerAxisYEnabled {get; set;}
|
[Managed C++] |
---|
public: __property bool get_PerAxisYEnabled(); public: __property void set_PerAxisYEnabled(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_PerAxisYEnabled(
VARIANT_BOOL * pVal
);
public: HRESULT put_PerAxisYEnabled(
VARIANT_BOOL PerAxisYEnabled
);
|
[Java] |
---|
public bool getPerAxisYEnabled();
public void setPerAxisYEnabled(
bool
);
|
See Also