Line Property (SmartLabel)
Gets or sets a Line object that facilitates the DynamicPosition functionality.
Syntax
'Declaration Public Property Line As Line
'Usage Dim instance As SmartLabel Dim value As Line instance.Line = value value = instance.Line
public Line Line {get; set;}
Remarks
Lines are used to point to an element when a label can not be placed directly beside it.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also