ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Font Class / Size Property

In This Topic
    Size Property (Font)
    In This Topic
    Gets or sets the font size.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(15)>
    Public Property Size As Single
    [DefaultValue(15)]
    public float Size {get; set;}
    See Also