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

Document.ImageOptions Property

Provides access to properties that allow you to set and customize raster and vector images.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public DocumentImageOptions ImageOptions { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentImageOptions

A DocumentImageOptions object that stores image-related options.

See Also