Gets whether or not the balloon is shown in the Scene.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IsShown { get; }
Public ReadOnly Property IsShown As Boolean
Get
public:
property bool IsShown {
bool get ();
}
member IsShown : bool with get
Property Value
Type:
Boolean
See Also