Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENSymbolShape Enumeration


In This Topic
    ENSymbolShape Enumeration
    In This Topic
    Enumerates the predefined symbol shapes.
    Syntax
    'Declaration
     
    
    Public Enum ENSymbolShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSymbolShape
    public enum ENSymbolShape : System.Enum 
    Members
    MemberDescription
    ArrowDownRepresents an arrow, which points down.
    ArrowheadDownAn arrowhead that points down.
    ArrowheadLeftAn arrowhead that points left.
    ArrowheadRightAn arrowhead that points right.
    ArrowheadUpAn arrowhead that points up.
    ArrowLeftRepresents an arrow, which points left.
    ArrowRightRepresents an arrow, which points right.
    ArrowUpRepresents an arrow, which points up.
    BeakDownA beak that points down.
    BeakUpA beak that points up.
    CheckA check mark.
    DiagonalTrianglesCreates two diagonally placed triangles.
    DiamondA diamond shape.
    DoubleRectangleDouble rectangle
    DoubleTriangleDownTwo triangles that points down.
    DoubleTriangleRightTwo triangles that point right.
    DoubleWindowTwo windows that overlap.
    EllipseAn ellipse.
    FunelThe funel (filter).
    GearA gear symbol.
    HeptagonA heptagon shape.
    HeptagramA heptagram
    HexagonA hexagon shape.
    HexagramA hexagram
    MinusA minus symbol.
    NoneThe none mark.
    OctagonAn octagon shape.
    OctagramAn octagram
    PenA pen (edit) symbol.
    PendantDownA pendant that points down.
    PendantRightA pendant that points right.
    PentagonA pentagon shape.
    PentagramA pentagram
    PlusA plus symbol.
    QuestionA question mark (help)
    RectangleA rectangle.
    RecurrenceA recurrence symbol (two elliptical arrows with opposite directions)
    RemoveA remove symbol (solid X).
    SliderThumbDownSlider thumb down
    SliderThumbLeftSlider thumb left
    SliderThumbRightSlider thumb right
    SliderThumbUpSlider thumb up
    StrokedXA stroked X symbol.
    TabStopCenterA center tab stop.
    TabStopDecimalA decimal tab stop.
    TabStopLeftA left tab stop.
    TabStopRightA right tab stop.
    TriangleDownA triangle that points down.
    TriangleLeftA triangle that points left.
    TriangleRightA triangle that points right.
    TriangleUpA triangle that points up.
    WindowA window.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENSymbolShape

    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