ImagePaint.Image 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 image used for painting.
public:
property Microsoft::Maui::Graphics::IImage ^ Image { Microsoft::Maui::Graphics::IImage ^ get(); void set(Microsoft::Maui::Graphics::IImage ^ value); };
public Microsoft.Maui.Graphics.IImage Image { get; set; }
member this.Image : Microsoft.Maui.Graphics.IImage with get, set
Public Property Image As IImage