UIElement.Transform3DProperty 属性

定义

标识 Transform3D 依赖属性。

public:
 static property DependencyProperty ^ Transform3DProperty { DependencyProperty ^ get(); };
/// [get: Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
static DependencyProperty Transform3DProperty();
/// [get: Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
/// [Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
static DependencyProperty Transform3DProperty();
public static DependencyProperty Transform3DProperty { [Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable] get; }
[Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
public static DependencyProperty Transform3DProperty { [Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable] get; }
var dependencyProperty = UIElement.transform3DProperty;
Public Shared ReadOnly Property Transform3DProperty As DependencyProperty

属性值

Transform3D 依赖属性的标识符。

属性

适用于

另请参阅