AnalyticsControlVisible Property

Gets and sets the whether this control is visible.

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool Visible { get; set; }

Property Value

Boolean
Whether this control is visible.

Return Value

Boolean
Whether this control is visible.

See Also