FreehandAnnotationFontSize Property |
LightningChart .NET Help
Font size of the annotation text
Namespace:
Arction.CustomControls.Trader.WPF.DrawingTools
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "14")]
public double FontSize { get; set; }<DefaultValueAttribute(GetType(Double), "14")>
Public Property FontSize As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"14")]
property double FontSize {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also