Back to Devexpress

SvgImageBox.UseDirectXPaint Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-d416d73f.md

latest2.4 KB
Original Source

SvgImageBox.UseDirectXPaint Property

Gets or sets whether the DirectX Hardware Acceleration is enabled for the current SvgImageBox.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
public DefaultBoolean UseDirectXPaint { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(DefaultBoolean.Default)>
Public Property UseDirectXPaint As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean enum value that specifies whether this control employs the DirectX Hardware Acceleration. The DefaultBoolean.Default value is equivalent to DefaultBoolean.True if the static WindowsFormsSettings.ForceDirectXPaint method was called, or to DefaultBoolean.False otherwise.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

ForceDirectXPaint()

DirectX Hardware Acceleration

SvgImageBox Class

SvgImageBox Members

DevExpress.XtraEditors Namespace