IGraphicsView.Drawable 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.
Define the drawing content.
public:
property Microsoft::Maui::Graphics::IDrawable ^ Drawable { Microsoft::Maui::Graphics::IDrawable ^ get(); };
public Microsoft.Maui.Graphics.IDrawable Drawable { get; }
member this.Drawable : Microsoft.Maui.Graphics.IDrawable
Public ReadOnly Property Drawable As IDrawable