MindFusion.UI for WebForms Programmer's Guide

Window.Height Property

See Also
 





Gets or sets the height of this Window.

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

 Syntax

C#  Copy Code

public override Unit Height { get; set; }

Visual Basic  Copy Code

Public Overrides Property Height As Unit

 Property Value

Type: Unit
An instance of the System.Web.UI.Unit structure, specifying the height of the control. The default is 200px.

 See Also