
Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
.
..CurrentAnimationsPictureRotationOrderIndex Property
|
|
Get / Set the Current Index in the Current Animation's Picture Rotation Order.
NOTE: If no Animation has been set yet, Get returns -1, and Set doesn't change anything (as well as if the specified Index is invalid).
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public int CurrentAnimationsPictureRotationOrderIndex { get; set; }
|
Visual Basic
|
Public Property CurrentAnimationsPictureRotationOrderIndex As Integer
Get
Set
|
Visual C++
|
public:
property int CurrentAnimationsPictureRotationOrderIndex {
int get ();
void set (int value);
}
|
Property Value
Type: Int32
See Also
Animations Class
Animations Members
DPSF Namespace

Send comments on this topic to
|