A newer version of this page is available.
Switch to the current version.
ImageBrick.ImageAlignment Property
Gets or sets the alignment of the image displayed within the current brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(ImageAlignment.Default)]
[XtraSerializableProperty]
public virtual ImageAlignment ImageAlignment { get; set; }
<DefaultValue(ImageAlignment.Default)>
<XtraSerializableProperty>
Public Overridable Property ImageAlignment As ImageAlignment
Property Value
Type | Default | Description |
---|---|---|
ImageAlignment | Default |
One of the ImageAlignment values. |
Remarks
To specify the image displayed within the current brick, use the ImageBrick.ImageSource property.
See Also
Feedback