Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICalloutFormat Interface / Gap Property


In This Topic
Gap Property
In This Topic
Gets or sets the horizontal distance (in pixels) between the end of the callout line and the text bounding box.
Syntax
'Declaration
 
Property Gap As Integer
 
'Usage
 
Dim instance As ICalloutFormat
Dim value As Integer
 
instance.Gap = value
 
value = instance.Gap

Property Value

The horizontal distance (in pixels).
See Also