InkCanvas.Background 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
屬性值
- 屬性
範例
下列範例示範如何在 上 InkCanvas 設定 Background 屬性。
inkCanvas1.Background = Brushes.LightGreen;
inkCanvas1.Background = Brushes.LightGreen
備註
相依性屬性資訊
識別碼欄位 | BackgroundProperty |
設定為 的中繼資料屬性 true |
AffectsRender, SubPropertiesDoNotAffectRender |