Gets or sets a value that determines whether an outline of the element is sized.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, false)]
[DefaultValueAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public bool Ghost { get; set; }
Visual Basic
<JsonAttribute(True, True, False)> _
<DefaultValueAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
Public Property Ghost As Boolean
	Get
	Set

See Also