Leadtools.Windows.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
Imports Leadtools.Windows.Controls Imports Leadtools.Windows.Annotations Private Sub AnnAutomationManager_MaintainAspectRatio(ByVal manager As AnnAutomationManager) manager.MaintainAspectRatio = False End Sub
using Leadtools.Windows.Controls; using Leadtools.Windows.Annotations; using Leadtools.Demos; using Leadtools.Help; private void AnnAutomationManager_MaintainAspectRatio(AnnAutomationManager manager) { manager.MaintainAspectRatio = false; }
using Leadtools.Windows.Controls; using Leadtools.Windows.Annotations; using Leadtools.Examples; using Leadtools.Silverlight.Demos; private void AnnAutomationManager_MaintainAspectRatio(AnnAutomationManager manager) { manager.MaintainAspectRatio = false; }
Imports Leadtools.Windows.Controls Imports Leadtools.Windows.Annotations Imports Leadtools.Silverlight.Demos Private Sub AnnAutomationManager_MaintainAspectRatio(ByVal manager As AnnAutomationManager) manager.MaintainAspectRatio = False End Sub