LineSegment.GetFocusable(ShapeElement) Method

Definition

Returns a value indicating whether this segment is focusable.

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

Parameters

parentShape
ShapeElement

The shape to which this segment belongs.

Returns

true if this segment is focusable.

Applies to