Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Border Class / Reset(BorderProperty) Method
Setting from the BorderProperty class


In This Topic
    Reset(BorderProperty) Method
    In This Topic
    Resets the specified border property to its default setting.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Reset( _
       ByVal prop As BorderProperty _
    ) 
    'Usage
     
    
    Dim instance As Border
    Dim prop As BorderProperty
     
    instance.Reset(prop)
    public virtual void Reset( 
       BorderProperty prop
    )

    Parameters

    prop
    Setting from the BorderProperty class
    See Also