ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / Lights Property

In This Topic
    Lights Property
    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