Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStrip Class / Width Property


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

    Property Value

    The width.
    See Also