AnnotationBaseTextStyle Property |
LightningChart .NET Help
Gets or sets text style. Appearance of the text. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Annotations
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic AnnotationTextStyle TextStyle { get; set; }Public Property TextStyle As AnnotationTextStyle
Get
Set
public:
property AnnotationTextStyle^ TextStyle {
AnnotationTextStyle^ get ();
void set (AnnotationTextStyle^ value);
}Property Value
Type:
AnnotationTextStyle
See Also