ContentPresenter.BackgroundSizing プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この要素の境界線に対する背景の延長距離を示す値を取得または設定します。
public:
property BackgroundSizing BackgroundSizing { BackgroundSizing get(); void set(BackgroundSizing value); };
BackgroundSizing BackgroundSizing();
void BackgroundSizing(BackgroundSizing value);
public BackgroundSizing BackgroundSizing { get; set; }
var backgroundSizing = contentPresenter.backgroundSizing;
contentPresenter.backgroundSizing = backgroundSizing;
Public Property BackgroundSizing As BackgroundSizing
プロパティ値
背景の拡張距離を示す 列挙体の値。 既定値は InnerBorderEdge です。
Windows の要件
デバイス ファミリ |
Windows 10, version 1809 (10.0.17763.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v7.0 で導入)
|
注釈
このプロパティを OuterBorderEdge に設定すると、要素の背景が境界線の下に拡張されます。 罫線が透明な場合は、背景が透いて表示されます。