FreehandAnnotationFillEnabled Property |
LightningChart .NET Help
Show colored fill. If disabled, only the border line will be visible.
Namespace:
Arction.CustomControls.Trader.WPF.DrawingTools
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool FillEnabled { get; set; }<DefaultValueAttribute(true)>
Public Property FillEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool FillEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also