Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public PixelOffsetMode PixelOffsetMode { get; set; }

Property Value

Type Description
PixelOffsetMode

One of the PixelOffsetMode values.

See Also