Property Visible
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; }