ImageBrick.ImageSource Property
In This Article
Defines the image displayed within the brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(null)]
public virtual ImageSource ImageSource { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
null | The image displayed within a brick. |
See Also