Gets or sets the vertical alignment of the contents in a cell.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [ThemeableAttribute(true)] public override VerticalAlign VerticalAlign { get; set; } |
| Visual Basic (Declaration) |
|---|
<NotifyParentPropertyAttribute(True)> _ <ThemeableAttribute(True)> _ Public Overrides Property VerticalAlign As VerticalAlign Get Set |