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