Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENDiagramItemOperationMask Enumeration


In This Topic
    ENDiagramItemOperationMask Enumeration
    In This Topic
    Enumerates the flags that define the types of operations that can be performed with diagram items.
    Syntax
    'Declaration
     
    
    Public Enum ENDiagramItemOperationMask 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDiagramItemOperationMask
    public enum ENDiagramItemOperationMask : System.Enum 
    Members
    MemberDescription
    AllAll
    ChangeAspectRatioChange aspect ratio
    ChangeBeginPointChange begin point - applicable only to 1D shapes
    ChangeEndPointChange end point - applicable only to 1D shapes
    ChangePinPointChange pin point - applicable only to 2D shapes
    ContextMenuEditContext menu edit - applicable to context menu editable elements
    DeleteCan delete - applicable to all elements, which reside in composites
    FormatCan change style - applicable to styleable elements
    GeometryEditCan edit geometry
    InplaceEditInplace edit - applicable to inplace editable elements
    MoveXMove horizontally
    MoveYMove vertically
    NoneNone
    PrintPrint - applicable to all elements paintable elements
    ResizeXResize X - applicable to models
    ResizeYResize Y - applicable to models
    RotateRotate
    SelectSelect item
    TrackersEditTrackers edit - applicable only to shapes
    UngroupUngroup - applicable only to groups
    UpdateBoundsUpdate Bounds operation (only applicable to 2D Shapes)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENDiagramItemOperationMask

    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