Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NRangeScaleLabelStyle Class / BeginCap Property


In This Topic
    BeginCap Property (NRangeScaleLabelStyle)
    In This Topic
    Gets or sets the begin cap style
    Syntax
    'Declaration
     
    
    Public Property BeginCap As NRulerCapStyle
    'Usage
     
    
    Dim instance As NRangeScaleLabelStyle
    Dim value As NRulerCapStyle
     
    instance.BeginCap = value
     
    value = instance.BeginCap
    public NRulerCapStyle BeginCap {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