Search Results for

    Show / Hide Table of Contents

    Class VerticalPanelElement

    The vertical panel element.

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.LayoutElement
    FlaxEditor.CustomEditors.LayoutElementsContainer
    VerticalPanelElement
    Namespace: FlaxEditor.CustomEditors.Elements
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class VerticalPanelElement : LayoutElementsContainer

    Constructors

    VerticalPanelElement()

    Declaration
    public VerticalPanelElement()

    Fields

    Panel

    The panel.

    Declaration
    public readonly VerticalPanel Panel
    Field Value
    VerticalPanel

    Properties

    ContainerControl

    Declaration
    public override ContainerControl ContainerControl { get; }
    Property Value
    ContainerControl

    Overrides
    FlaxEditor.CustomEditors.LayoutElementsContainer.ContainerControl

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)

    See Also

    FlaxEditor.CustomEditors.LayoutElement
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat