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


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