Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NParentPlacement Class / Offset Property


In This Topic
    Offset Property (NParentPlacement)
    In This Topic
    Gets or sets the constant offset applied to the parent anchor position, determined by the Anchor property. By default set to 0.0f.
    Syntax
    'Declaration
     
    
    Public Property Offset As System.Double
    'Usage
     
    
    Dim instance As NParentPlacement
    Dim value As System.Double
     
    instance.Offset = value
     
    value = instance.Offset
    public System.double Offset {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also