ContentPresenter.BorderBrush 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定筆刷,描述內容簡報者的框線填滿。
public:
property Brush ^ BorderBrush { Brush ^ get(); void set(Brush ^ value); };
Brush BorderBrush();
void BorderBrush(Brush value);
public Brush BorderBrush { get; set; }
var brush = contentPresenter.borderBrush;
contentPresenter.borderBrush = brush;
Public Property BorderBrush As Brush
<ContentPresenter BorderBrush="{StaticResource resourceName}"/>
- or -
<ContentPresenter BorderBrush="colorString"/>
- or -
<ContentPresenter>
<ContentPresenter.BorderBrush>singleBrush</ContentPresenter.BorderBrush>
</ContentPresenter>
屬性值
用來填滿內容簡報者框線的筆刷。 預設值為 null, (null 筆刷) 評估為 透明 以進行轉譯。
備註
BorderThickness值必須大於 0,才能看到 BorderBrush 值生效。