'Declaration
<System.ComponentModel.CategoryAttribute("Clipboard")> <System.ComponentModel.DescriptionAttribute("Controls the way pasted content is positioned in the document")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property PastePositionMode As PastePositionMode
'Usage
Dim instance As NDrawingSettings Dim value As PastePositionMode instance.PastePositionMode = value value = instance.PastePositionMode
[System.ComponentModel.Category("Clipboard")] [System.ComponentModel.Description("Controls the way pasted content is positioned in the document")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public PastePositionMode PastePositionMode {get; set;}