Gets or sets the value that indicates the frame from which the animation will start.
public int StartFrame {get; set;}
'Declaration
Public Property StartFrame As Integer
'Usage
Dim instance As MedicalViewerAnimation
Dim value As Integer
instance.StartFrame = value
value = instance.StartFrame
public:
property int StartFrame {
int get();
void set ( int value);
}
Property Value
Zero-based index value that indicates the first frame from which the animation will start. The start frame is included within the animation.