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


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