LEADTOOLS Annotations (Leadtools.Annotations assembly)

ProportionalScaling Property

Show in webframe





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 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

See Also

Reference

AnnGroupEditDesigner Class
AnnGroupEditDesigner Members

 

 


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