ChromeBase Class
Represents a base chrome element with support for different border styles.
public abstract class ChromeBase : Decorator, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
- Inheritance:
- Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Decorator Object
- Derived:
- BulletChrome ElementChrome
Constructors
ChromeBase()
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
- Boolean:
true
if the various states can be animated; otherwise,false
. The default value isfalse
.
IsAnimationEnabledResolved
Gets a value indicating whether the state transitions should be animated.
protected bool IsAnimationEnabledResolved { get; }
Property Value
- Boolean:
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
Inherited Members
- Object.ToString()
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()
Extension Methods
- FrameworkElementExtensions.AnimateDoubleProperty(String, Double, Double, Double, Nullable<Double>, Nullable<Double>)
- FrameworkElementExtensions.BindToProperty(DependencyProperty, Object, String, BindingMode, IValueConverter, Object)
- FrameworkElementExtensions.BindToProperty(DependencyProperty, Object, DependencyProperty, BindingMode, IValueConverter, Object)
- FrameworkElementExtensions.GetCurrentSize()