[]
        
(Showing Draft Content)

C1.Win.Input.Styles.FocusedBaseStyles

FocusedBaseStyles Class

The FocusedBaseStyles class represents the styles for controls which can show focus rectangle.

Namespace: C1.Win.Input.Styles
Assembly: C1.Win.Input.8.dll
Syntax
public class FocusedBaseStyles : InputStyles, INotifyPropertyChanged, IDisposable

Constructors

Name Description
FocusedBaseStyles()

Initializes a new instance of the FocusedBaseStyles.

Properties

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.

Methods

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.