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: 24.2.419.0 (24.2.419.0)
Syntax public bool IsShown { get; }
Public ReadOnly Property IsShown As Boolean
Get
public:
property bool IsShown {
bool get ();
}
member IsShown : bool with get
Property Value
Type:
BooleanSee Also