ILineLabel Interface

Called by the LinkShape when EdgePoints change, to update position of the label

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Interface ILineLabel
public interface ILineLabel
public interface class ILineLabel
type ILineLabel =  interface end
public interface ILineLabel

The ILineLabel type exposes the following members.

Properties

  Name Description
Public property ManuallyPlaced Gets or sets whether this ILineLabel has been manually moved.
Public property ManuallySized Gets or sets whether this ILineLabel has been manually resized.

Top

Methods

  Name Description
Public method AdjustPosition Auto-adjust the position of this ILineLabel.
Public method UpdateLabelOffset This method is called when the position/size of the ILineLabel is explicitly changed by the user.

Top

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace