Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BorderProperty Class
Members


In This Topic
    BorderProperty Class
    In This Topic
    Represents the border settings.
    Object Model
    BorderProperty Class
    Syntax
    'Declaration
     
    
    Public Class BorderProperty 
    'Usage
     
    
    Dim instance As BorderProperty
    public class BorderProperty 
    Remarks
    When you use the Border class's IsDefined or Reset methods, you can use the BorderProperty enumerations in your code in place of the actual values.
    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.BorderProperty

    See Also