Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    FormBorderStyle Enum

    Namespace: Stride.Graphics.SDL
    Assembly: Stride.Graphics.dll

    Set of border style to mimic the Windows forms one. We actually only show FixedSingle and Sizable as the other values don't make sense in a purely SDL context.

    public enum FormBorderStyle

    Fields

    Name Description
    FixedSingle

    Borders but not resizeable

    None

    Borderless

    Sizable

    Borders and resizeable

    Extension Methods

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

    Back to top

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