C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PolygonIcon Class / Effects Property


In This Topic
Effects Property (C1PolygonIcon)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Effects As IList(Of Effect)
 
'Usage
 
Dim instance As C1PolygonIcon
Dim value As IList(Of Effect)
 
value = instance.Effects
See Also