Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / GetCommonFont Method


In This Topic
    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