MindFusion.UI for WebForms Programmer's Guide

WindowHost.BaseZIndex Property

See Also
 





Gets or sets the base z-index of the control. All child windows in the host will have a higher z-index value.

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

 Syntax

C#  Copy Code

public int BaseZIndex { get; set; }

Visual Basic  Copy Code

Public Property BaseZIndex As Integer

 Property Value

Type: Int32
An instance of the System.Int32 structure specifying the base z-index of the control. Default value is 10000.

 See Also