PatternPaint.Pattern Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.