|
BuilderElementis_visible Property
|
set/get visibility of the element: true if the element is visible on the canvas
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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