Table of Contents

Property Visible

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Visible

Toggles if this element should/should not be rendered. Invisible elements still take up layout space, and cannot be clicked through.

[JsonProperty("visible", NullValueHandling = NullValueHandling.Ignore)]
public NuiProperty<bool>? Visible { get; set; }

Property Value

NuiProperty<bool>