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


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

    Property Value

    The height.
    Exceptions
    ExceptionDescription
    The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
    See Also