Glyphs.Fill Property

Definition

Gets the sets the Brush that is used for the fill of the Glyphs class.

public:
 property System::Windows::Media::Brush ^ Fill { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush Fill { get; set; }
member this.Fill : System.Windows.Media.Brush with get, set
Public Property Fill As Brush

Property Value

A Brush that is used for the fill of the Glyphs class.

Remarks

Dependency Property Information

Identifier field FillProperty
Metadata properties set to true None

Applies to