Search Results for

    Show / Hide Table of Contents

    Class ImageElement

    The image element.

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

    Constructors

    ImageElement()

    Declaration
    public ImageElement()

    Fields

    Image

    The image.

    Declaration
    public readonly Image Image
    Field Value
    Image

    Properties

    Control

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

    Overrides
    FlaxEditor.CustomEditors.LayoutElement.Control

    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