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

Gets or sets a value indicating whether the various states can be animated. This is a dependency property.

public bool IsAnimationEnabled { get; set; }

Property Value

bool:

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

IsAnimationEnabledResolved

Gets a value indicating 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

Identifies the IsAnimationEnabled dependency property. This field is read-only.

public static readonly DependencyProperty IsAnimationEnabledProperty