UIBlock.Visible
Visible
Specifies whether any visual properties should render.
Remarks
This is a global toggle for this UIBlock and, when set to false, will hide all visual properties. Layout behavior remains unchanged.
Declaration
public bool Visible { get; set; }