Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuStyle Class / ItemFont Property
Example


In This Topic
    ItemFont Property
    In This Topic
    Gets or sets the font information of the context menu item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemFont As FontInfo
    'Usage
     
    
    Dim instance As ContextMenuStyle
    Dim value As FontInfo
     
    value = instance.ItemFont
    public FontInfo ItemFont {get;}

    Property Value

    The font info of the context menu item.
    Example
    This example uses the ItemFont property.
    See Also