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

RepositoryItemPictureEdit.GetImageLayoutMode() Method

Returns how the picture is aligned in the PictureEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public ImageLayoutMode GetImageLayoutMode()

Returns

Type Description
ImageLayoutMode

An ImageLayoutMode enumeration value that specifies how the picture is aligned in the PictureEdit control.

Remarks

The GetImageLayoutMode method returns the alignment of the picture in the PictureEdit control based on the RepositoryItemPictureEdit.SizeMode and RepositoryItemPictureEdit.PictureAlignment properties.

See Also