The following tables list the members exposed by BorderProperty.
Public Fields
| Name | Description |
| BorderColor | Represents the BorderColor property (index is 0), which specifies the color that applies to all sides of the object border. |
| BorderColorBottom | Represents the BorderColorBottom property (index is 1), which specifies the color of the bottom border. |
| BorderColorLeft | Represents the BorderColorLeft property (index is 2), which specifies the color of the left border. |
| BorderColorRight | Represents the BorderColorRight property (index is 3), which specifies the color of the right border. |
| BorderColorTop | Represents the BorderColorTop property (index is 4), which specifies the color of the top border. |
| BorderSize | Represents the BorderSize property (index is 5), which specifies the width that applies to all sides of the object border. |
| BorderSizeBottom | Represents the BorderSizeBottom property (index is 6), which specifies the width of the bottom border. |
| BorderSizeLeft | Represents the BorderSizeLeft property (index is 7), which specifies the width of the left border. |
| BorderSizeRight | Represents the BorderSizeRight property (index is 8), which specifies the width of the right border. |
| BorderSizeTop | Represents the BorderSizeTop property (index is 9), which specifies the width of the top border. |
| BorderStyle | Represents the BorderStyle property (index is 10), which specifies the style that applies to all sides of the object border. |
| BorderStyleBottom | Represents the BorderStyleBottom property (index is 11), which specifies the style for the bottom border. |
| BorderStyleLeft | Represents the BorderStyleLeft property (index is 12), which specifies the style for the left border. |
| BorderStyleRight | Represents the BorderStyleRight property (index is 13), which specifies the style for the right border. |
| BorderStyleTop | Represents the BorderStyleTop property (index is 14), which specifies the style for the top border. |
Top
Public Properties
| Name | Description |
| Index | Gets an integer value associated with the current border property. |
Top
Public Methods
| Name | Description |
| GetEnumerator | Gets an enumerator for enumerating through the defined border properties. |
| Parse | Gets the border property with the specified name, or null if no border property has the specified name. |
| ToString | Gets the name of the border property. |
Top
See Also