Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRulerMark Class / PinAlignment Property


In This Topic
    PinAlignment Property
    In This Topic
    The alignment of the ruler mark pin relatively to the ruler lane.
    Syntax
    'Declaration
     
    
    Public Property PinAlignment As ENRelativeAlignment
    'Usage
     
    
    Dim instance As NRulerMark
    Dim value As ENRelativeAlignment
     
    instance.PinAlignment = value
     
    value = instance.PinAlignment
    public ENRelativeAlignment PinAlignment {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