ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGaugePointer Class / Lights Property

In This Topic
    Lights Property (C1RadialGaugePointer)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Lights As Windows.Foundation.Collections.IVector(Of XamlLight)
    public Windows.Foundation.Collections.IVector<XamlLight> Lights {get;}
    See Also