Search Results for

    Show / Hide Table of Contents

    Class TextCaseOptions

    Options for text case

    Inheritance
    System.Object
    TextCaseOptions
    Namespace: FlaxEngine.GUI
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class TextCaseOptions : Enum

    Fields

    Lowercase

    Lowercase

    Declaration
    public const TextCaseOptions Lowercase
    Field Value
    TextCaseOptions

    None

    No text case.

    Declaration
    public const TextCaseOptions None
    Field Value
    TextCaseOptions

    Uppercase

    Uppercase.

    Declaration
    public const TextCaseOptions Uppercase
    Field Value
    TextCaseOptions

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat