RenderOptionsCommonDeviceType Property |
LightningChart .NET Help
Gets or sets rendering device type. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(RendererDeviceType.Auto)]
public RendererDeviceType DeviceType { get; set; }<DefaultValueAttribute(RendererDeviceType.Auto)>
Public Property DeviceType As RendererDeviceType
Get
Set
public:
[DefaultValueAttribute(RendererDeviceType::Auto)]
property RendererDeviceType DeviceType {
RendererDeviceType get ();
void set (RendererDeviceType value);
}Property Value
Type:
RendererDeviceType
See Also