C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Shape Class / ContentStyle Property


In This Topic
ContentStyle Property
In This Topic
Gets or sets the label style of annotation.
Syntax
'Declaration
 
Public Property ContentStyle As ChartStyle
 
'Usage
 
Dim instance As Shape
Dim value As ChartStyle
 
instance.ContentStyle = value
 
value = instance.ContentStyle
See Also