MindFusion.UI for WebForms Programmer's Guide

Window.Top Property

See Also
 





Gets or sets the offset from the top to position this Window at.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public Unit Top { get; set; }

Visual Basic  Copy Code

Public Property Top As Unit

 Property Value

Type: Unit
An instance of the System.Web.UI.Unit structure specifying the top offset. Default value is 0px;

 See Also