Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItem Class / Height Property


In This Topic
    Height Property (MenuItem)
    In This Topic
    Gets or sets the height.
    Syntax
    'Declaration
     
    
    Public Overridable Property Height As Integer
    'Usage
     
    
    Dim instance As MenuItem
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public virtual int Height {get; set;}

    Property Value

    The height.
    See Also