Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShape Class / SetAngle Method


In This Topic
    SetAngle Method (NShape)
    In This Topic
    Sets the shape angle relatively to its parent (i.e. Page or Group). This operation unglues the shape from its master (if any). If the shape is inside the page, this method sets a constant value to the Angle property. If the shape is inside a group, this method also updates the expressions of the Width and Height properties, depending on the ResizeInGroup setting.
    Syntax
    'Declaration
     
    
    Public Sub SetAngle( _
       ByVal angle As NAngle _
    ) 
    'Usage
     
    
    Dim instance As NShape
    Dim angle As NAngle
     
    instance.SetAngle(angle)
    public void SetAngle( 
       NAngle angle
    )

    Parameters

    angle
    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