Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
MaintainAspectRatio Property
See Also  Example
Leadtools.Annotations Namespace > AnnEditDesigner Class : MaintainAspectRatio Property




Gets or sets a value that indicates whether to preserve the aspect ratio when moving a corner control point.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MaintainAspectRatio As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AnnEditDesigner
Dim value As Boolean
 
instance.MaintainAspectRatio = value
 
value = instance.MaintainAspectRatio
C# 
public virtual bool MaintainAspectRatio {get; set;}
Managed Extensions for C++ 
public: __property virtual bool get_MaintainAspectRatio();
public: __property virtual void set_MaintainAspectRatio( 
   bool value
);
C++/CLI 
public:
virtual property bool MaintainAspectRatio {
   bool get();
   void set (bool value);
}

Return Value

true to maintain the aspect ratio; otherwise, false.

Example

This example toggles the MaintainAspectRatio state of the AnnRectangleEditDesigner. To see the effect of this example, perform the following actions <list type="number"> <item><description>Select a rectangular AnnObject</description></item> <item><description>Run the example</description></item> <item><description>Drag one of the corner control points</description></item> <item><description>Run the example again</description></item> <item><description>Drag one of the corner control points</description></item> </list>

Visual BasicCopy Code
Public Sub AnnEditDesigner_MaintainAspectRatio(ByVal editDesigner As AnnRectangleEditDesigner)
   editDesigner.MaintainAspectRatio = Not editDesigner.MaintainAspectRatio
End Sub
C#Copy Code
public void AnnEditDesigner_MaintainAspectRatio(AnnRectangleEditDesigner editDesigner) 

   editDesigner.MaintainAspectRatio = !editDesigner.MaintainAspectRatio; 
}

Remarks

When selecting an AnnRectangleObject, or any annotation object that derives from AnnRectangleObject, or an AnnGroupObject, eight control points appear. If MaintainAspectRatio is true (default), dragging one of the four corner control points will change the size of the annotation object while maintaining its aspect ratio. If false, the aspect ratio is not preserved. For more information, refer to New Annotation Features of Version 14.5.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features