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


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

    For more information on these border styles, see the BorderStyle enumeration in the Microsoft .NET Framework Reference.

    See Also