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