RepositoryItemPictureEdit.GetImageLayoutMode() Method
In This Article
Returns how the picture is aligned in the PictureEdit control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public ImageLayoutMode GetImageLayoutMode()
#Returns
Type | Description |
---|---|
Image |
An Image |
#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