Gets or sets a value indicating whether this Window is closed or not.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public Visibility Visibility { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property Visibility As Visibility |
Property Value
Type: Visibility One of the Visibility Enumeration values that specifies whether the control is closed or not. Default value is Visibility.Visible.
See Also
|