The C1ValidationDecorator type exposes the following members.

Constructors

  Name Description
Public method C1ValidationDecorator
Initializes a new instance of a C1ValidationDecorator.

Methods

  Name Description
Protected method ChangeVisualStateValidationStates
Updates the current visual state of the ValidationStates visual state group to match the object's properties.
Protected method OnApplyTemplate
Builds the visual tree for the C1ValidationDecorator control when a new template is applied.
(Overrides FrameworkElementOnApplyTemplate()()()().)

Fields

  Name Description
Public field Static member CornerRadiusProperty
Identifies the CornerRadius dependency property.
Public field Static member TargetProperty
Identifies the Target dependency property.
Public field Static member ValidationStateProperty
Identifies the ValidationState dependency property.

Properties

  Name Description
Public property CornerRadius
Gets or sets a value that represents the degree to which the corners of the element are rounded.
Public property Target
Gets or sets the target of the validation.
Public property ValidationState
Gets or sets the ValidationState.

See Also