Visual Basic (Declaration) | |
---|---|
Public Property MaintainAspectRatio As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool MaintainAspectRatio {get; set;} |
XAML Attributes Usage | |
---|---|
<object MaintainAspectRatio=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object MaintainAspectRatio=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
true to maintain the aspect ratio; otherwise, false.This example toggles the MaintainAspectRatio state of the AnnRectangleEditDesigner. To see the effect of this example, perform the following actions:
Select a rectangular AnnObject Run the example Drag one of the corner control points Run the example again Drag one of the corner control points
Visual Basic | Copy Code |
---|---|
Public Sub AnnEditDesigner_MaintainAspectRatio(ByVal editDesigner As AnnRectangleEditDesigner) |
C# | Copy Code |
---|---|
public void AnnEditDesigner_MaintainAspectRatio(AnnRectangleEditDesigner editDesigner) |
When selecting an AnnRectangleObject, or
any annotation object that derives from AnnRectangleObject,
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family