FreeformActivityDesigner.CanExpandCollapse 属性

定义

获取一个值,该值指示是否可以在工作流设计图面上折叠 FreeformActivityDesigner

public:
 virtual property bool CanExpandCollapse { bool get(); };
public override bool CanExpandCollapse { get; }
member this.CanExpandCollapse : bool
Public Overrides ReadOnly Property CanExpandCollapse As Boolean

属性值

Boolean

如果可以折叠 true,则为 FreeformActivityDesigner;否则为 false

注解

CanExpandCollapse 始终返回 false

适用于