ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / Lights Property

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