Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadTheme Class / BodyFontName Property


In This Topic
    BodyFontName Property
    In This Topic
    Gets or sets the name of the body font.
    Syntax
    'Declaration
     
    Public Property BodyFontName As String
    'Usage
     
    Dim instance As SpreadTheme
    Dim value As String
     
    instance.BodyFontName = value
     
    value = instance.BodyFontName
    public string BodyFontName {get; set;}

    Property Value

    The name of the body font.
    See Also