menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AdornerWindowsLayoutPanel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AdornerWindowsLayoutPanel

    Represents the class for the Adorner window layout panel

    Inheritance
    System.Object
    AdornerWindowsLayoutPanel
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class AdornerWindowsLayoutPanel : Panel

    Constructors

    AdornerWindowsLayoutPanel(DockingManager)

    Initializes a new instance of the AdornerWindowsLayoutPanel class.

    Declaration
    public AdornerWindowsLayoutPanel(DockingManager dockingManager)
    Parameters
    Type Name Description
    DockingManager dockingManager

    The docking manager.

    Fields

    PlacementRectangleProperty

    Identifies the PlacementRectangle DependencyProperty

    Declaration
    public static DependencyProperty PlacementRectangleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Items

    Gets the items.

    Declaration
    public ObservableFrameworkElements Items { get; }
    Property Value
    Type Description
    ObservableFrameworkElements

    The items.

    VisualChildrenCount

    Gets the number of child System.Windows.Media.Visual objects in this instance of System.Windows.Controls.Panel.

    Declaration
    protected override int VisualChildrenCount { get; }
    Property Value
    Type
    System.Int32

    Methods

    ArrangeOverride(Size)

    When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    The final area within the parent that this element should use to arrange itself and its children.

    Returns
    Type Description
    System.Windows.Size

    The actual size used.

    GetPlacementRactangle(DependencyObject)

    Gets the placement rectangle

    Declaration
    [Obsolete("GetPlacementRactangle is deprecated, please use GetPlacementRectangle instead.")]
    public static Rect GetPlacementRactangle(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The dependency object.The element from which to read the PlacementRectangleProperty

    Returns
    Type Description
    System.Windows.Rect

    return rect value.

    GetPlacementRectangle(DependencyObject)

    Gets the placement rectangle

    Declaration
    public static Rect GetPlacementRectangle(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The dependency object.The element from which to read the PlacementRectangleProperty

    Returns
    Type Description
    System.Windows.Rect

    return rect value.

    GetVisualChild(Int32)

    Gets a System.Windows.Media.Visual child of this System.Windows.Controls.Panel at the specified index position.

    Declaration
    protected override Visual GetVisualChild(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The index position of the System.Windows.Media.Visual child.

    Returns
    Type Description
    System.Windows.Media.Visual

    A System.Windows.Media.Visual child of the parent System.Windows.Controls.Panel element.

    OnPlacementRectangleChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Called when [placement rectangle changed].

    Declaration
    public static void OnPlacementRectangleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject d

    The dependency object.

    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    SetPlacementRactangle(DependencyObject, Rect)

    Sets the placement rectangle

    Declaration
    [Obsolete("SetPlacementRactangle is deprecated, please use SetPlacementRectangle instead.")]
    public static void SetPlacementRactangle(DependencyObject obj, Rect value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The dependency object.The element on which to set the PlacementRectangle an attached property

    System.Windows.Rect value

    The value.

    SetPlacementRectangle(DependencyObject, Rect)

    Sets the placement rectangle

    Declaration
    public static void SetPlacementRectangle(DependencyObject obj, Rect value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The dependency object.The element on which to set the PlacementRectangle an attached property

    System.Windows.Rect value

    The value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved