Skip to main content

RepositoryItemPictureEdit.GetImageLayoutMode() Method

Returns how the picture is aligned in the PictureEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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