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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public interface class ILineLabel

NameDescription
System_CAPS_pubpropertyManuallyPlaced

Gets or sets whether this ILineLabel has been manually moved.

System_CAPS_pubpropertyManuallySized

Gets or sets whether this ILineLabel has been manually resized.

NameDescription
System_CAPS_pubmethodAdjustPosition()

Auto-adjust the position of this ILineLabel.

System_CAPS_pubmethodUpdateLabelOffset(RectangleD, RectangleD)

This method is called when the position/size of the ILineLabel is explicitly changed by the user.

Return to top
Show: