Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ToggleState Enum

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

    Describe the different possible states of an ToggleButton.

    public enum ToggleState

    Fields

    Name Description
    Checked

    The toggle button is checked.

    Indeterminate

    The state of the toggle button is undetermined

    UnChecked

    The toggle button is unchecked.

    Extension Methods

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

    Back to top

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