Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1CompositeIcon Class / Triggers Property


In This Topic
    Triggers Property (C1CompositeIcon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Triggers As IList(Of TriggerBase)
    'Usage
     
    
    Dim instance As C1CompositeIcon
    Dim value As IList(Of TriggerBase)
     
    value = instance.Triggers
    public IList<TriggerBase> Triggers {get;}
    See Also