Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NTextBlockGlueToGeometryContour Class / LocationOffset Property


In This Topic
    LocationOffset Property (NTextBlockGlueToGeometryContour)
    In This Topic
    Gets or sets the location offset from the position specified by the location factor. Negative values move the text block towards the begin point and positive values towards the end point of the contour. By default set to 0.
    Syntax
    'Declaration
     
    
    Public Property LocationOffset As System.Double
    'Usage
     
    
    Dim instance As NTextBlockGlueToGeometryContour
    Dim value As System.Double
     
    instance.LocationOffset = value
     
    value = instance.LocationOffset
    public System.double LocationOffset {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