ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1MapTilesLayer Class / Lights Property

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