Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NArrowhead Class / FlipAngle Property


In This Topic
    FlipAngle Property
    In This Topic
    Gets or set whether the angle (direction) of the arrowhead is flipped (reversed) or not. By default set to false.
    Syntax
    'Declaration
     
    
    Public Property FlipAngle As System.Boolean
    'Usage
     
    
    Dim instance As NArrowhead
    Dim value As System.Boolean
     
    instance.FlipAngle = value
     
    value = instance.FlipAngle
    public System.bool FlipAngle {get; set;}
    Remarks
    The angle (direction) of the arrowhead is by default defined by the geometry. By setting this property to true you can reverse the direction of the arrowhead.
    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