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


In This Topic
GetFont Method (FourWayArrowShape)
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 FourWayArrowShape
Dim value As Font
 
value = instance.GetFont()
See Also