Skip to main content
All docs
V19.2
Tab

SummaryProperties.ImagePosition Property

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override ImagePosition ImagePosition { get; set; }

Property Value

Type
ImagePosition

Available values:

Name Description
Left

An image is displayed at the element’s left, to the left of the text.

Top

An image is displayed at the element’s top, above the text.

Right

An image is displayed at the element’s right, to the right of the text.

Bottom

An image is displayed at the element’s bottom, below the text.

See Also