LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ApplyEffectToAllSubCells Property

Show in webframe






Gets or sets whether the panning and zooming should occur on all sub-cells.
Syntax
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.
Requirements

Target Platforms

See Also

Reference

IPanView Interface
IPanView Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.