Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)