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


In This Topic
    BorderStyle Field
    In This Topic
    Represents the BorderStyle property (index is 10), which specifies the style that applies to all sides of the object border.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly BorderStyle As BorderProperty
    'Usage
     
    
    Dim value As BorderProperty
     
    value = BorderProperty.BorderStyle
    public static readonly BorderProperty BorderStyle
    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