Gets and sets the image alignment.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public ContentAlignment ImageAlign { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ImageAlign As ContentAlignment |
| Visual C++ |
|---|
public: property ContentAlignment ImageAlign { ContentAlignment get (); void set (ContentAlignment value); } |