Gets or sets a value indicating whether this Window is closed or not. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public Visibility Visibility { get; set; } |
Visual Basic
![]() |
---|
Public Property Visibility As Visibility |
Type: Visibility
One of the Visibility Enumeration values that specifies whether the control is closed or not. Default value is Visibility.Visible.