Gets or sets whether the panning and zooming should occur on all sub-cells.
bool ApplyEffectToAllSubCells {get; set;}
'Declaration
Property ApplyEffectToAllSubCells As Boolean
'Usage
Dim instance As IPanView
Dim value As Boolean
instance.ApplyEffectToAllSubCells = value
value = instance.ApplyEffectToAllSubCells
__property bool get_ApplyEffectToAllSubCells();
__property void set_ApplyEffectToAllSubCells(
bool value
);
property bool ApplyEffectToAllSubCells {
bool get();
void set ( bool value);
}
Property Value
true if the panning and zooming should occur on all sub-cells; otherwise, it is false.