Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTransformContent Class / StretchAtRightAngles Property


In This Topic
    StretchAtRightAngles Property
    In This Topic
    Gets or sets whether the widget contained inside the visual must be stretched to the content area when the normalized angle is 0, 90, 180 or 270.
    Syntax
    'Declaration
     
    
    Public Property StretchAtRightAngles As System.Boolean
    'Usage
     
    
    Dim instance As NTransformContent
    Dim value As System.Boolean
     
    instance.StretchAtRightAngles = value
     
    value = instance.StretchAtRightAngles
    public System.bool StretchAtRightAngles {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also