Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NShapeInfo Class / PreserveAspectRatio Property


In This Topic
    PreserveAspectRatio Property (NShapeInfo)
    In This Topic
    Gets/sets whether the original aspect ratio of the shape must be preserved, when the shape is scaled to fit the default factory size (valid only if the UsesDefaultSize property is true)
    Syntax
    'Declaration
     
    
    Public Property PreserveAspectRatio As System.Boolean
    'Usage
     
    
    Dim instance As NShapeInfo
    Dim value As System.Boolean
     
    instance.PreserveAspectRatio = value
     
    value = instance.PreserveAspectRatio
    public System.bool PreserveAspectRatio {get; set;}
    Requirements

    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

    See Also