WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Panel3DAdorner

    Show / Hide Table of Contents

    Class Panel3DAdorner

    Presents adorner for Vista Flip.

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

    Constructors

    Panel3DAdorner(UIElement, UIElement)

    Initializes a new instance of the Panel3DAdorner class.

    Declaration
    public Panel3DAdorner(UIElement adornedPanel3D, UIElement viewport)
    Parameters
    Type Name Description
    System.Windows.UIElement adornedPanel3D

    The adorned panel3 D.

    System.Windows.UIElement viewport

    The viewport.

    Properties

    LogicalChildren

    Gets an enumerator for logical child elements of this element.

    Declaration
    protected override IEnumerator LogicalChildren { get; }
    Property Value
    Type Description
    System.Collections.IEnumerator

    PerentSize

    Sets the size of the parent.

    Declaration
    public Size PerentSize { set; }
    Property Value
    Type Description
    System.Windows.Size

    The size of the parent.

    VisualChildrenCount

    Gets the number of visual child elements within this element.

    Declaration
    protected override int VisualChildrenCount { get; }
    Property Value
    Type Description
    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.

    GetVisualChild(Int32)

    Overrides System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements.

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

    The zero-based index of the requested child element in the collection.

    Returns
    Type Description
    System.Windows.Media.Visual

    The requested child element. This should not return null; if the provided index is out of range, an exception is thrown.

    MeasureOverride(Size)

    Implements any custom measuring behavior for the adorner.

    Declaration
    protected override Size MeasureOverride(Size constraint)
    Parameters
    Type Name Description
    System.Windows.Size constraint

    A size to constrain the adorner to.

    Returns
    Type Description
    System.Windows.Size

    A System.Windows.Size object representing the amount of layout space needed by the adorner.

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