|
BuilderElementis_visible Property
|
Gets or sets a value indicating whether the element is visible: true if the element is visible on the canvas.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool is_visible { get; set; }
Public Property is_visible As Boolean
Get
Set
public:
property bool is_visible {
bool get ();
void set (bool value);
}
member is_visible : bool with get, set
Property Value
Type:
Boolean
See Also