RepositoryItemPictureEdit.GetImageLayoutMode() Method
Returns how the picture is aligned in the PictureEdit control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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