Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    Visibility Enum

    Namespace: Stride.UI
    Assembly: Stride.UI.dll

    Specifies the display state of an element.

    public enum Visibility

    Fields

    Name Description
    Collapsed

    Do not display the element, and do not reserve space for it in layout.

    Hidden

    Do not display the element, but reserve space for the element in layout.

    Visible

    Display the element.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<Visibility>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<Visibility>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation