Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingSettings Class / PasteOffsetY Property


In This Topic
    PasteOffsetY Property
    In This Topic
    Controls the Y offset of pasted content. Valid only if the PastePositionMode is set to OffsetInSameDocument
    Syntax
    '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;}
    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