NevronOpenVision
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
    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
    EditMaskMask for editing
    FormatCan change style - applicable to styleable elements
    GeometryEditCan edit geometry
    GlueGlue - applicable to shapes. Specifies whether shape end-points and control points can be glued when moved.
    InplaceEditInplace edit - applicable to inplace editable elements
    MoveXMove horizontally
    MoveYMove vertically
    NoneNone
    PaintPaint - applicable to all page elements
    PrintPrint - applicable to all elements paintable elements
    ResizeXResize X - applicable to models
    ResizeYResize Y - applicable to models
    RotateRotate
    SelectSelect item
    SelectAndInplaceEditMaskMask for Select and Inplace Edit
    SnapSnap - applicable to shapes and guidelines. Specifies whether the object can attact points and coordinates.
    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