Class AnimatedImageBrush
Implements animated image brush
Inheritance
System.Object
AnimatedImageBrush
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Media
Assembly: EmptyKeys.UserInterface.dll
Syntax
public static class AnimatedImageBrush
Fields
AnimateProperty
The animate property
Declaration
public static readonly DependencyProperty AnimateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
FrameHeightProperty
The frame height property
Declaration
public static readonly DependencyProperty FrameHeightProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
FramesPerSecondProperty
The frames per second property
Declaration
public static readonly DependencyProperty FramesPerSecondProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
FrameWidthProperty
The frame width property
Declaration
public static readonly DependencyProperty FrameWidthProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
GetAnimate(DependencyObject)
Gets the animate.
Declaration
public static bool GetAnimate(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object. |
Returns
Type | Description |
---|---|
System.Boolean |
GetFrameHeight(DependencyObject)
Gets the height of the frame.
Declaration
public static int GetFrameHeight(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object. |
Returns
Type | Description |
---|---|
System.Int32 |
GetFramesPerSecond(DependencyObject)
Gets the frames per second.
Declaration
public static int GetFramesPerSecond(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object. |
Returns
Type | Description |
---|---|
System.Int32 |
GetFrameWidth(DependencyObject)
Gets the width of the frame.
Declaration
public static int GetFrameWidth(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object. |
Returns
Type | Description |
---|---|
System.Int32 |
SetAnimate(DependencyObject, Boolean)
Sets the animate.
Declaration
public static void SetAnimate(DependencyObject obj, bool value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object. |
System.Boolean | value | The value. |
SetFrameHeight(DependencyObject, Int32)
Sets the height of the frame.
Declaration
public static void SetFrameHeight(DependencyObject obj, int value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object. |
System.Int32 | value | The value. |
SetFramesPerSecond(DependencyObject, Int32)
Sets the frames per second.
Declaration
public static void SetFramesPerSecond(DependencyObject obj, int value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object. |
System.Int32 | value | The value. |
SetFrameWidth(DependencyObject, Int32)
Sets the width of the frame.
Declaration
public static void SetFrameWidth(DependencyObject obj, int value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object. |
System.Int32 | value | The value. |