Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / TagCloudRenderer Class / FontName Property


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

    Property Value

    The name of the font.
    See Also