'Declaration
<System.ComponentModel.CategoryAttribute("Clipboard")> <System.ComponentModel.DescriptionAttribute("Controls the X offset of pasted content. Valid only if the PastePositionMode is set to OffsetInSameDocument")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property PasteOffsetX As System.Single
'Usage
Dim instance As NDrawingSettings Dim value As System.Single instance.PasteOffsetX = value value = instance.PasteOffsetX
[System.ComponentModel.Category("Clipboard")] [System.ComponentModel.Description("Controls the X offset of pasted content. Valid only if the PastePositionMode is set to OffsetInSameDocument")] [System.Xml.Serialization.XmlAttribute()] public System.float PasteOffsetX {get; set;}