Nevron.Chart Namespace / NRulerStyle Class / NRulerStyle Constructor / NRulerStyle Constructor(ScaleLevelShape,NFillStyle,NStrokeStyle,NLength)


In This Topic
    NRulerStyle Constructor(ScaleLevelShape,NFillStyle,NStrokeStyle,NLength)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As ScaleLevelShape, _
       ByVal fillStyle As NFillStyle, _
       ByVal borderStyle As NStrokeStyle, _
       ByVal height As NLength _
    )
    'Usage
     
    
    Dim shape As ScaleLevelShape
    Dim fillStyle As NFillStyle
    Dim borderStyle As NStrokeStyle
    Dim height As NLength
     
    Dim instance As New NRulerStyle(shape, fillStyle, borderStyle, height)

    Parameters

    shape
    fillStyle
    borderStyle
    height
    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