Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BorderProperty Class / BorderColorBottom Field
Example


In This Topic
    BorderColorBottom Field
    In This Topic
    Represents the BorderColorBottom property (index is 1), which specifies the color of the bottom border.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly BorderColorBottom As BorderProperty
    'Usage
     
    
    Dim value As BorderProperty
     
    value = BorderProperty.BorderColorBottom
    public static readonly BorderProperty BorderColorBottom
    Example
    This example determines if one of the BorderProperty field has been defined and returns the result to a text box.
    See Also