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

HeaderImageAlign Enum

Specifies how an image is positioned relative to the text within a resource header.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public enum HeaderImageAlign

Members

Name Description
Left

A resource image is aligned to the left of the text.

HeaderImageAlign.Left.png

Top

A resource image is aligned to the top of the text.

HeaderImageAlign.Top.png

Right

A resource image is aligned to the right of the text.

HeaderImageAlign.Right.png

Bottom

A resource image is aligned to the bottom of the text.

HeaderImageAlign.Bottom.png

Related API Members

The following properties accept/return HeaderImageAlign values:

Remarks

Values listed by the HeaderImageAlign enumeration are used to set the SchedulerResourceHeaderOptionsBase.ImageAlign property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HeaderImageAlign enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also