WebViewerControlVisible Property |
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override bool Visible { get; set; }
Public Overrides Property Visible As Boolean
Get
Set
Return Value
Type:
Boolean
true if the control is visible on the page; otherwise false.
Remarks Caution |
---|
WebViewerControl control is not available for .NET Core. |
See Also