Search Results for

    Show / Hide Table of Contents

    Class ProgressBar.BarMethod

    The method used to effect the bar.

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

    Fields

    Clip

    Clip the bar.

    Declaration
    public const ProgressBar.BarMethod Clip
    Field Value
    ProgressBar.BarMethod

    Stretch

    Stretch the bar.

    Declaration
    public const ProgressBar.BarMethod Stretch
    Field Value
    ProgressBar.BarMethod

    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