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


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