FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / GetFont Method


In This Topic
GetFont Method (CalloutArrowShape)
In This Topic
Gets the default font used by the element, if the Font property is null.
Syntax
'Declaration
 
Public Overridable Function GetFont() As Font
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Font
 
value = instance.GetFont()
See Also