SwimlaneShape.HasConnectionPoints 属性

定义

获取此 Microsoft.visualstudio.modeling.diagrams.nodeshape.absolute 是否需要使用连接点。

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

属性值

Boolean

如果为 true,则表示此形状需要连接点;否则,不使用它们。

适用于