Search Results for

    Show / Hide Table of Contents

    Enum UuiButtonLook

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

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

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

    Fields

    Name Description
    Default
    Outline
    Placeholder
    Primary
    Secondary

    Extension Methods

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