ContentPresenter.BorderThickness プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンテンツ発表者の罫線の太さを取得または設定します。
public:
property Thickness BorderThickness { Thickness get(); void set(Thickness value); };
Thickness BorderThickness();
void BorderThickness(Thickness value);
public Thickness BorderThickness { get; set; }
var thickness = contentPresenter.borderThickness;
contentPresenter.borderThickness = thickness;
Public Property BorderThickness As Thickness
<ContentPresenter BorderThickness="uniform"/>
- or -
<ContentPresenter BorderThickness="left&right,top&bottom"/>
- or -
<ContentPresenter BorderThickness="left,top,right,bottom"/>
プロパティ値
コンテンツ発表者の罫線の太さ ( 太さ ) の値。