AnchorPoint.GetFocusable(ShapeElement, LineSegment) Method

Definition

Returns a value indicating whether this anchor point is focusable.

public:
 bool GetFocusable(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::LineSegment ^ segment);
public bool GetFocusable (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.LineSegment segment);
member this.GetFocusable : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.LineSegment -> bool
Public Function GetFocusable (parentShape As ShapeElement, segment As LineSegment) As Boolean

Parameters

parentShape
ShapeElement

The LinkShape that the AnchorPoint belongs to.

segment
LineSegment

The LineSegment that the AnchorPoint belongs to.

Returns

true if this anchor point is focusable.

Applies to