RepositoryItemImageEdit.PictureAlignment Property
Gets or sets the alignment of the image within the image editor.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(ContentAlignment.MiddleCenter)]
[DXCategory("Behavior")]
public ContentAlignment PictureAlignment { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ContentAlignment | MiddleCenter | A ContentAlignment enumeration value which specifies the image’s alignment. |
See Also