Gets or sets the alignment of the control in relation to other elements on the Web page.
Namespace:
C1.Web.C1WebChartAssembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(ImageAlign.NotSet)] public override ImageAlign ImageAlign { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(ImageAlign.NotSet)> _ Public Overrides Property ImageAlign As ImageAlign Get Set |