AnchorPoint.GetFocusable(ShapeElement, LineSegment) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.