ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeMarkInfo Class / C1GaugeMarkInfo Constructor
The corresponding C1GaugeMark

In This Topic
    C1GaugeMarkInfo Constructor
    In This Topic
    Creates a new instance of C1GaugeMarkInfo
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mark As C1GaugeMark _
    )
    public C1GaugeMarkInfo( 
       C1GaugeMark mark
    )

    Parameters

    mark
    The corresponding C1GaugeMark
    See Also