Leadtools.Annotations Namespace > AnnAutomationManager Class : MaintainAspectRatio Property |
public bool MaintainAspectRatio {get; set;}
'Declaration Public Property MaintainAspectRatio As Boolean
'Usage Dim instance As AnnAutomationManager Dim value As Boolean instance.MaintainAspectRatio = value value = instance.MaintainAspectRatio
public bool MaintainAspectRatio {get; set;}
get_MaintainAspectRatio();
set_MaintainAspectRatio(value);
Public Sub AnnAutomationManager_MaintainAspectRatio(ByVal manager As AnnAutomationManager) manager.MaintainAspectRatio = False End Sub
public void AnnAutomationManager_MaintainAspectRatio(AnnAutomationManager manager) { manager.MaintainAspectRatio = false; }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2