RenderOptionsCommonD2DEnabled Property |
LightningChart .NET Help
Determines if the D2D system is used or not. Text rendering does not work on DX11 without D2D. This is intended only as Debug measure at this time, and the property will be removed later.
Namespace:
Arction.Wpf.ChartingMVVM.Views
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool D2DEnabled { get; }<DefaultValueAttribute(false)>
Public ReadOnly Property D2DEnabled As Boolean
Get
public:
[DefaultValueAttribute(false)]
property bool D2DEnabled {
bool get ();
}Property Value
Type:
Boolean
See Also