←Select platform

ProportionalScaling Property

Summary

Gets or sets a value indicating whether to use proportional scaling.

Syntax

C#
VB
C++
public virtual bool ProportionalScaling { get; set; } 
  
Public Overridable Property ProportionalScaling As Boolean 
public: 
virtual property bool ProportionalScaling { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly