NodeIsExpanded - свойство
Признак того, что узел в данный момент находится в "развернутом" виде и отображается ExpandedControl
Пространство имён: Tessa.UI.WorkflowViewer.ShapesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public bool IsExpanded { get; set; }
Public Property IsExpanded As Boolean
Get
Set
public:
virtual property bool IsExpanded {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsExpanded : bool with get, set
override IsExpanded : bool with get, set
BooleanINodeIsExpanded