The ProportionalScaling Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value indicating whether to use proportional scaling.Visual Basic (Declaration) | |
---|---|
Public Overridable Property ProportionalScaling As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnGroupEditDesigner Dim value As Boolean instance.ProportionalScaling = value value = instance.ProportionalScaling |
C# | |
---|---|
public virtual bool ProportionalScaling {get; set;} |
Property Value
true if proportional scaling is used; otherwise false.For an example, refer to AnnDesigner.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7