ILineLabel Interface
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.
Called by the LinkShape when EdgePoints change, to update position of the label
public interface class ILineLabel
public interface ILineLabel
type ILineLabel = interface
Public Interface ILineLabel
- Derived
Properties
ManuallyPlaced |
Gets or sets whether this ILineLabel has been manually moved. |
ManuallySized |
Gets or sets whether this ILineLabel has been manually resized. |
Methods
AdjustPosition() |
Auto-adjust the position of this ILineLabel. |
UpdateLabelOffset(RectangleD, RectangleD) |
This method is called when the position/size of the ILineLabel is explicitly changed by the user. |