Gets or sets the value that indicates which frames are included in the animation.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Frames As Integer |
C# | |
---|
public int Frames {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_Frames();
public: __property void set_Frames(
int value
); |
C++/CLI | |
---|
public:
property int Frames {
int get();
void set (int value);
} |
Return Value
Value that indicates which frames are included in the animation. Default is -1 (all frames).
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also