| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property ProportionalScaling As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual bool ProportionalScaling {get; set;} | |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code