Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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