MediaElement.CurrentStateProperty 属性

定义

标识 CurrentState 依赖属性。

public:
 static property DependencyProperty ^ CurrentStateProperty { DependencyProperty ^ get(); };
static DependencyProperty CurrentStateProperty();
public static DependencyProperty CurrentStateProperty { get; }
var dependencyProperty = MediaElement.currentStateProperty;
Public Shared ReadOnly Property CurrentStateProperty As DependencyProperty

属性值

CurrentState 依赖属性的标识符。

适用于