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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
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 | |
---|---|---|
ManuallyPlaced | Gets or sets whether this ILineLabel has been manually moved. | |
ManuallySized | Gets or sets whether this ILineLabel has been manually resized. |
Top
Methods
Name | Description | |
---|---|---|
AdjustPosition | Auto-adjust the position of this ILineLabel. | |
UpdateLabelOffset | This method is called when the position/size of the ILineLabel is explicitly changed by the user. |
Top