Share via


PatternPaint.Pattern Property

Definition

Gets or sets the pattern used for filling shapes.

public:
 property Microsoft::Maui::Graphics::IPattern ^ Pattern { Microsoft::Maui::Graphics::IPattern ^ get(); void set(Microsoft::Maui::Graphics::IPattern ^ value); };
public Microsoft.Maui.Graphics.IPattern Pattern { get; set; }
member this.Pattern : Microsoft.Maui.Graphics.IPattern with get, set
Public Property Pattern As IPattern

Property Value

Remarks

If the pattern is not already a PaintPattern, it will be wrapped in one automatically.

Applies to