ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1FontIcon Class / Lights Property

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