Gets or sets a value indicating whether the popup color table should align to the upper side of the control.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public bool PopupAlignTop { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property PopupAlignTop As Boolean |
Property Value
Type: Boolean true if the popup should align to the top, otherwise false. Default value is false.
See Also
|