Version

BorderDetails Class Members

The following tables list the members exposed by BorderDetails.

Public Constructors
 NameDescription
Public ConstructorBorderDetails ConstructorThe details of the style's border such as individual color, style and width of each side of it.  
Public Properties
 NameDescription
Public PropertyColorBottomReturns or sets a Color value that determines the color of the bottom side of the border.  
Public PropertyColorLeftThe color of the left side of the border.  
Public PropertyColorRightReturns or sets a Color value that determines the color of the right side of the border.  
Public PropertyColorTopReturns or sets a Color value that determines the color of the top side of the border.  
Public PropertyStyleBottomThe style of the bottom side of the border.  
Public PropertyStyleLeftThe style of the left side of the border.  
Public PropertyStyleRightThe style of the right side of the border.  
Public PropertyStyleTopThe style of the top side of the border.  
Public PropertyWidthBottomReturns or sets an Unit value that determines the thickness of the bottom side of the border.  
Public PropertyWidthLeftThe thickness of the left side of the border.  
Public PropertyWidthRightThe thickness of the right side of the border.  
Public PropertyWidthTopReturns or sets an Unit value that determines the thickness of the top side of the border.  
Protected Properties
 NameDescription
Protected PropertyViewStateGets a dictionary of state information (StateBag) that allows you to save and restore the view state of a server control across multiple requests for the same page.  
Public Methods
 NameDescription
Public MethodCopyFromDuplicates the style properties of the specified BorderDetails object into the instance of the BorderDetails class from which this method is invoked.  
Public Methodstatic (Shared in Visual Basic)IsDataPossiblePublic shortcut to check if object may have data  
Public MethodIsEmptyReturns a Boolean value that determines whether a BorderDetails object contains any data or not.  
Public MethodMergeWith  
Public MethodResetResets all properties of the BorderDetails class to their default values.  
Public MethodToString  
See Also