Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PathIcon Class / Effects Property


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