Gets or sets the value that determines whether to apply interpolation during the action, or only when releasing the mouse button or key.
public
bool InteractiveInterpolation {get; set;}
'Declaration
Public Property InteractiveInterpolation As
Boolean
'Usage
Dim instance As
MedicalViewerCell
Dim value As
Boolean
instance.InteractiveInterpolation = value
value = instance.InteractiveInterpolation
public:
property
bool InteractiveInterpolation {
bool get();
void set (
bool value);
}
Property Value
true to activate the interactive interpolation feature; otherwise, false.