Spread ASP.NET 6.0 Product Documentation
BorderProperty Class Members
See Also  Fields  Properties  Methods  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : BorderProperty Class


Glossary Item Box

The following tables list the members exposed by BorderProperty.

Protected Constructors

 NameDescription
Protected ConstructorBorderProperty ConstructorCreates a new border property with the specified name.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)BorderColorRepresents 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)BorderColorBottomRepresents the BorderColorBottom property (index is 1), which specifies the color of the bottom border.  
Public Fieldstatic (Shared in Visual Basic)BorderColorLeftRepresents the BorderColorLeft property (index is 2), which specifies the color of the left border.  
Public Fieldstatic (Shared in Visual Basic)BorderColorRightRepresents the BorderColorRight property (index is 3), which specifies the color of the right border.  
Public Fieldstatic (Shared in Visual Basic)BorderColorTopRepresents the BorderColorTop property (index is 4), which specifies the color of the top border.  
Public Fieldstatic (Shared in Visual Basic)BorderSizeRepresents 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)BorderSizeBottomRepresents the BorderSizeBottom property (index is 6), which specifies the width of the bottom border.  
Public Fieldstatic (Shared in Visual Basic)BorderSizeLeftRepresents the BorderSizeLeft property (index is 7), which specifies the width of the left border.  
Public Fieldstatic (Shared in Visual Basic)BorderSizeRightRepresents the BorderSizeRight property (index is 8), which specifies the width of the right border.  
Public Fieldstatic (Shared in Visual Basic)BorderSizeTopRepresents the BorderSizeTop property (index is 9), which specifies the width of the top border.  
Public Fieldstatic (Shared in Visual Basic)BorderStyleRepresents 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)BorderStyleBottomRepresents the BorderStyleBottom property (index is 11), which specifies the style for the bottom border.  
Public Fieldstatic (Shared in Visual Basic)BorderStyleLeftRepresents the BorderStyleLeft property (index is 12), which specifies the style for the left border.  
Public Fieldstatic (Shared in Visual Basic)BorderStyleRightRepresents the BorderStyleRight property (index is 13), which specifies the style for the right border.  
Public Fieldstatic (Shared in Visual Basic)BorderStyleTopRepresents the BorderStyleTop property (index is 14), which specifies the style for the top border.  
Top

Public Properties

 NameDescription
Public PropertyIndexGets an integer value associated with the current border property.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)GetEnumeratorGets an enumerator for enumerating through the defined border properties.  
Public Methodstatic (Shared in Visual Basic)ParseGets the border property with the specified name, or null if no border property has the specified name.  
Public MethodToStringGets the name of the border property.  
Top

Public Operators

public Operator Implicit Type Conversion Converts a border property to an integer value.
Top

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.