menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Interface IDrawableLayout - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved