Table of Contents

Class ErrorBorder

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class ErrorBorder : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
ErrorBorder
Implements
Inherited Members

Constructors

ErrorBorder()

public ErrorBorder()

Fields

LevelProperty

The severity of the findings being displayed, which the style paints the border by.

public static readonly DependencyProperty LevelProperty

Field Value

DependencyProperty

ValidationDelayProperty

public static readonly DependencyProperty ValidationDelayProperty

Field Value

DependencyProperty

Properties

Level

public MessageLevel Level { get; set; }

Property Value

MessageLevel

ValidationDelay

public TimeSpan? ValidationDelay { get; set; }

Property Value

TimeSpan?

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally.

protected override void OnInitialized(EventArgs e)

Parameters

e EventArgs

The RoutedEventArgs that contains the event data.