GetCommonFont Method (Shape)
In This Topic
Get shape's text format
Syntax
'Declaration
Public Overridable Function GetCommonFont() As Font
'Usage
Dim instance As Shape
Dim value As Font
value = instance.GetCommonFont()
public virtual Font GetCommonFont()
See Also