Show / Hide Table of Contents

Class TextBlockBehaviors

Implements an attached property to spin a TextBlock control.

Inheritance
System.Object
TextBlockBehaviors
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: Phoenix.Controls
Assembly: Phoenix.Controls.dll
Syntax
public static class TextBlockBehaviors

Fields

View Source

IsSpinning

Dependency property for the "IsSpinning" property on a TextBlock.

Declaration
public static readonly DependencyProperty IsSpinning
Field Value
Type Description
System.Windows.DependencyProperty

Methods

View Source

GetIsSpinning(DependencyObject)

Gets the IsSpinning property value.

Declaration
public static bool GetIsSpinning(DependencyObject target)
Parameters
Type Name Description
System.Windows.DependencyObject target

Object that the property is associated with.

Returns
Type Description
System.Boolean

The property value.

View Source

SetIsSpinning(DependencyObject, Boolean)

Sets the IsSpinning property value.

Declaration
public static void SetIsSpinning(DependencyObject target, bool value)
Parameters
Type Name Description
System.Windows.DependencyObject target

Object that the property is associated with.

System.Boolean value

Value to assign.

  • View Source
In This Article
Back to top Generated by DocFX