[]
Provides data for the MeasureLink event.
public class MeasureLinkEventArgs : EventArgs
| Name | Description |
|---|---|
| MeasureLinkEventArgs(Graphics, C1CommandLink, int, int) | Initializes a new instance of the MeasureLinkEventArgs class |
| Name | 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. |