Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BorderProperty Class
Fields Properties Methods


In This Topic
    BorderProperty Class Members
    In This Topic

    The following tables list the members exposed by BorderProperty.

    Protected Constructors
     NameDescription
    Protected ConstructorCreates a new border property with the specified name.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderColor property (index is 0), which specifies the color that applies to all sides of the object border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderColorBottom property (index is 1), which specifies the color of the bottom border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderColorLeft property (index is 2), which specifies the color of the left border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderColorRight property (index is 3), which specifies the color of the right border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderColorTop property (index is 4), which specifies the color of the top border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderSize property (index is 5), which specifies the width that applies to all sides of the object border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderSizeBottom property (index is 6), which specifies the width of the bottom border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderSizeLeft property (index is 7), which specifies the width of the left border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderSizeRight property (index is 8), which specifies the width of the right border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderSizeTop property (index is 9), which specifies the width of the top border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderStyle property (index is 10), which specifies the style that applies to all sides of the object border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderStyleBottom property (index is 11), which specifies the style for the bottom border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderStyleLeft property (index is 12), which specifies the style for the left border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderStyleRight property (index is 13), which specifies the style for the right border.  
    Public Fieldstatic (Shared in Visual Basic)Represents the BorderStyleTop property (index is 14), which specifies the style for the top border.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets an integer value associated with the current border property.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets an enumerator for enumerating through the defined border properties.  
    Public Methodstatic (Shared in Visual Basic)Gets the border property with the specified name, or null if no border property has the specified name.  
    Public MethodGets the name of the border property.  
    Top
    Public Operators
    Converts a border property to an integer value.
    Top
    See Also