Interface IDrawableLayout
Represents a layout that can be drawn and supports absolute positioning.
Namespace: Syncfusion.Maui.Toolkit
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public interface IDrawableLayout : IDrawable, IAbsoluteLayout, ILayout, IView, IElement, ITransform, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISafeAreaView, IPadding, ICrossPlatformLayout
Properties
DrawingOrder
Gets or sets the drawing order of the drawable elements.
Declaration
DrawingOrder DrawingOrder { get; set; }
Property Value
Type |
---|
DrawingOrder |
Methods
InvalidateDrawable()
Invalidates the drawable, causing it to be redrawn.
Declaration
void InvalidateDrawable()