LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

ProportionalScaling Property






Gets or sets a value indicating whether to use proportional scaling.
Syntax
public virtual bool ProportionalScaling {get; set;}
'Declaration
 
Public Overridable Property ProportionalScaling As Boolean
'Usage
 
Dim instance As AnnGroupEditDesigner
Dim value As Boolean
 
instance.ProportionalScaling = value
 
value = instance.ProportionalScaling
public virtual bool ProportionalScaling {get; set;}
 get_ProportionalScaling();
set_ProportionalScaling(value);
public:
virtual property bool ProportionalScaling {
   bool get();
   void set (    bool value);
}

Property Value

true if proportional scaling is used; otherwise false.
Remarks
When the value of this property is true, clicking and dragging on a control point of this AnnGroupObject will scale the objects inside the group in a proportional manner; the maximum of the horizontal and vertical scaling is calculated and is used as the scale factor value.
Example
For an example, refer to AnnDesigner.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupEditDesigner Class
AnnGroupEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.