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

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