In This Article

ChromeBase Class

Represents a base chrome element with support for different border styles.

public abstract class ChromeBase : Decorator
Inheritance:
object Visual UIElement FrameworkElement Decorator object
Derived:
BulletChrome ElementChrome

Constructors

ChromeBase()

Initializes an instance of the class.

protected ChromeBase()

Properties

IsAnimationEnabled

A value indicating whether the various states can be animated.

public bool IsAnimationEnabled { get; set; }

Property Value

bool:

true if the various states can be animated; otherwise, false. The default value is false.

IsAnimationEnabledResolved

Indicates whether the state transitions should be animated.

protected bool IsAnimationEnabledResolved { get; }

Property Value

bool:

true if the state transitions should be animated; otherwise, false.

Fields

IsAnimationEnabledProperty

Defines the IsAnimationEnabled property.

public static readonly DependencyProperty IsAnimationEnabledProperty

Extension Methods