'Declaration Public Event MeasureLink As MeasureLinkEventHandler
public event MeasureLinkEventHandler MeasureLink
Event Data
The event handler receives an argument of type MeasureLinkEventArgs containing data related to this event. The following MeasureLinkEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Graphics | Specifies the Graphics object to use for measuring. |
Height | Specifies the height of the link. |
Link | Specifies the link that needs to be measured. |
Width | Specifies the width of the link. |
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