Canvas.ZIndexProperty プロパティ

定義

Canvas.ZIndex XAML 添付プロパティを識別します。

public:
 static property DependencyProperty ^ ZIndexProperty { DependencyProperty ^ get(); };
static DependencyProperty ZIndexProperty();
public static DependencyProperty ZIndexProperty { get; }
var dependencyProperty = Canvas.zIndexProperty;
Public Shared ReadOnly Property ZIndexProperty As DependencyProperty

プロパティ値

Canvas.ZIndex XAML 添付プロパティの識別子。

注釈

このプロパティはプロパティ システムの識別子に過ぎません。ほとんどのアプリ シナリオでは使用されません。 ほとんどの場合、 XAML で Canvas.ZIndex XAML 添付プロパティを設定し、この識別子は必要ありません。

適用対象

こちらもご覧ください