VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementJS type / isVisible Property
Syntax BrowserCompatibility SeeAlso
In This Topic
isVisible Method
In This Topic
Returns a value indicating whether the UI element is visible.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementJS(settings);

var value; // Type: boolean
value = instance.isVisible();

Return Value

True - UI element is visible; False - UI element is not visible.
Browser Compatibility
56+
45+
11
See Also