C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Polygon Class / Triggers Property


In This Topic
Triggers Property (Polygon)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Triggers As IList(Of TriggerBase)
 
'Usage
 
Dim instance As Polygon
Dim value As IList(Of TriggerBase)
 
value = instance.Triggers
See Also