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


In This Topic
    Area Property (TouchStrip)
    In This Topic
    This property is for internal use only. You should not access directly from your code.
    Syntax
    'Declaration
     
    
    Public Property Area As TouchStripShowingArea
    'Usage
     
    
    Dim instance As TouchStrip
    Dim value As TouchStripShowingArea
     
    instance.Area = value
     
    value = instance.Area
    public TouchStripShowingArea Area {get; set;}

    Property Value

    The area.
    See Also