[]
The FocusedBaseStyles class represents the styles for controls which can show focus rectangle.
public class FocusedBaseStyles : InputStyles
| Name | Description |
|---|---|
| FocusedBaseStyles() | Initializes a new instance of the FocusedBaseStyles. |
| Name | Description |
|---|---|
| Corners | Gets or sets the radii of the element corners. |
| FocusBorderColor | Gets or sets the color of the focus rectangle. |
| ShowFocusBorder | Gets or sets the value indicating whether a control should show the focus rectangle or not. |
| Name | Description |
|---|---|
| ResetCorners() | Restores the default value of the Corners property. |
| ResetFocusBorderColor() | Restores the default value of the FocusBorderColor property. |
| ResetShowFocusBorder() | Restores the default value of the ShowFocusBorder property. |
| ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |
| ShouldSerializeFocusBorderColor() | Specifies whether to save the value of the FocusBorderColor property. |
| ShouldSerializeShowFocusBorder() | Specifies whether to save the value of the ShowFocusBorder property. |