Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    StripType Enum

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

    The different types of strip possible of a grid.

    public enum StripType

    Fields

    Name Description
    Auto

    A strip that occupies exactly the size required by its content.

    Fixed

    A strip having fixed size expressed in number of virtual pixels.

    Star

    A strip that occupies the maximum available size, dispatched among the other stared-size columns.

    Extension Methods

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

    Back to top

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