Gets or sets the value that determines whether to animate all the sub-cells.
public bool AnimateAllSubCells {get; set;}
public:
property bool AnimateAllSubCells {
bool get();
void set ( bool value);
}
'Declaration
Public Property AnimateAllSubCells As Boolean
'Usage
Dim instance As MedicalViewerAnimation
Dim value As Boolean
instance.AnimateAllSubCells = value
value = instance.AnimateAllSubCells
Property Value
true to animate all the sub-cell in the cell; false otherwise.