Gets or sets the vertical alignment of the element within the caption box of the C1WebDialog.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(VerticalAlign.Middle)] [RefreshPropertiesAttribute(RefreshProperties.All)] [NotifyParentPropertyAttribute(true)] public VerticalAlign VerticalAlign { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(VerticalAlign.Middle)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <NotifyParentPropertyAttribute(True)> _ Public Property VerticalAlign As VerticalAlign Get Set |