共用方式為


InkCanvas.Background 屬性

定義

取得或設定 Brush。 筆刷可用來填滿 InkCanvas 周圍的框線區域。

public:
 property System::Windows::Media::Brush ^ Background { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Media.Brush Background { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Background : System.Windows.Media.Brush with get, set
Public Property Background As Brush

屬性值

Brush

Brush,用來填滿 InkCanvas 周圍的框線區域。

屬性

範例

下列範例示範如何在 上 InkCanvas 設定 Background 屬性。

inkCanvas1.Background = Brushes.LightGreen;
inkCanvas1.Background = Brushes.LightGreen

備註

相依性屬性資訊

識別碼欄位 BackgroundProperty
設定為 的中繼資料屬性 true AffectsRender, SubPropertiesDoNotAffectRender

適用於