Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / Effects Property


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