Name | Description | |
---|---|---|
DoubleLineBorders Constructor | Initializes a new instance of the DoubleLineBorders class. |
The following tables list the members exposed by DoubleLineBorders.
Name | Description | |
---|---|---|
DoubleLineBorders Constructor | Initializes a new instance of the DoubleLineBorders class. |
Name | Description | |
---|---|---|
InnerLineColor | Gets or sets the color of the inner border. | |
OuterLineColor | Gets or sets the color of the outer border. |
Name | Description | |
---|---|---|
Bottom | Gets the width, in pixels, of the bottom border. (Inherited from Xceed.SmartUI.SmartBorders) | |
Left | Gets the width, in pixels, of the left border. (Inherited from Xceed.SmartUI.SmartBorders) | |
Right | Gets the width, in pixels, of the right border. (Inherited from Xceed.SmartUI.SmartBorders) | |
Top | Gets the width, in pixels, of the top border. (Inherited from Xceed.SmartUI.SmartBorders) |
Name | Description | |
---|---|---|
Refresh | Forces the SmartBorders to invalidate its client area and immediately redraw itself. (Inherited from Xceed.SmartUI.SmartBorders) |
Name | Description | |
---|---|---|
OnInnerLineColorChanged | Raises the InnerLineColorChanged event. | |
OnOuterLineColorChanged | Raises the OuterLineColorChanged event. | |
OnPaint | Overridden. Raises the SmartBorders.Paint event. |
Name | Description | |
---|---|---|
InnerLineColorChanged | Raised when the value of the InnerLineColor property is changed. | |
OuterLineColorChanged | Raised when the value of the OuterLineColor property is changed. | |
Paint | Raised when a SmartBorders is being painted. (Inherited from Xceed.SmartUI.SmartBorders) |