'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. |
See Also