Share via


ScalableImageSource.Brush Property

Definition

Gets or sets the source used to render the image as a vector.If this is set, the Image property will be ignored.

public:
 property System::Windows::Media::Brush ^ Brush { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets the source used to render the image as a vector.If this is set, the Image property will be ignored.")]
public System.Windows.Media.Brush Brush { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets the source used to render the image as a vector.If this is set, the Image property will be ignored.")>]
member this.Brush : System.Windows.Media.Brush with get, set
Public Property Brush As Brush

Property Value

Attributes

Applies to