C#
Objective-C
C++/CLI
Java
public int FrameCount { get; set; }
@property (nonatomic, assign) NSUInteger frameCount;
public int getFrameCount()
public void setFrameCount(int value)
public:
property int FrameCount {
int get();
void set ( int value);
}
Value that indicates the number of frames.