Nevron .NET Vision
Nevron.Diagram Namespace / PastePositionMode Enumeration


In This Topic
    PastePositionMode Enumeration
    In This Topic
    Defines the way in which pasted content is positioned inside drawing documents
    Syntax
    'Declaration
     
    
    Public Enum PastePositionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PastePositionMode
    public enum PastePositionMode : System.Enum 
    Members
    MemberDescription
    CenterInDocumentPasted content is always positioned in the center of the drawing
    OffsetInSameDocumentPasted content is offset only when pasting in the same drawing, if the data came from another document it is centred
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.PastePositionMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also