Skip to main content

GraphicsCache.PixelOffsetMode Property

Gets or set a value specifying how pixels are offset during rendering of the cached GraphicsCache.Graphics.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public PixelOffsetMode PixelOffsetMode { get; set; }

Property Value

Type Description
PixelOffsetMode

One of the PixelOffsetMode values.

See Also