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


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