AnimatedIcon.GetState(DependencyObject) Method

Definition

Retrieves the value of the AnimatedIcon.State attached property for the specified DependencyObject.

C#
public static string GetState(DependencyObject object);

Parameters

object
DependencyObject

The object from which the property value is retrieved.

Returns

String

The current value of the AnimatedIcon.State attached property on the specified dependency object.

Remarks

You will typically not need to use GetState and SetState, you will just set the AnimatedIcon.State attached property.

Applies to

Proizvod Verzije
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also