Search Results for

    Show / Hide Table of Contents

    Enum UuiButtonColor

    Option to set the color of a uui-button element.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public enum UuiButtonColor
    Remarks

    See the UUI documentation for more details: https://uui.umbraco.com/?path=/story/uui-button--looks-and-colors.

    Fields

    Name Description
    Danger
    Default
    Positive
    Warning

    Extension Methods

    DictionaryExtensions.MergeLeft<UuiButtonColor, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<UuiButtonColor, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<UuiButtonColor>()
    EnumExtensions.HasFlagAny<UuiButtonColor>(UuiButtonColor)
    ObjectExtensions.AsEnumerableOfOne<UuiButtonColor>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<UuiButtonColor, TProperty, TVal>(Expression<Func<UuiButtonColor, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<UuiButtonColor, TProperty>(Expression<Func<UuiButtonColor, TProperty>>)
    CollectionExtensions.ToSingleItemCollection<UuiButtonColor>()
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX