Interface ChipAttributes | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Interface ChipAttributes

    Namespace: Unity.UIWidgets.material
    Syntax
    public interface ChipAttributes

    Properties

    avatar

    Declaration
    Widget avatar { get; }
    Property Value
    Type Description
    Widget

    backgroundColor

    Declaration
    Color backgroundColor { get; }
    Property Value
    Type Description
    Color

    clipBehavior

    Declaration
    Clip clipBehavior { get; }
    Property Value
    Type Description
    Clip

    elevation

    Declaration
    float? elevation { get; }
    Property Value
    Type Description
    Nullable<Single>

    label

    Declaration
    Widget label { get; }
    Property Value
    Type Description
    Widget

    labelPadding

    Declaration
    EdgeInsets labelPadding { get; }
    Property Value
    Type Description
    EdgeInsets

    labelStyle

    Declaration
    TextStyle labelStyle { get; }
    Property Value
    Type Description
    TextStyle

    materialTapTargetSize

    Declaration
    MaterialTapTargetSize? materialTapTargetSize { get; }
    Property Value
    Type Description
    Nullable<MaterialTapTargetSize>

    padding

    Declaration
    EdgeInsets padding { get; }
    Property Value
    Type Description
    EdgeInsets

    shadowColor

    Declaration
    Color shadowColor { get; }
    Property Value
    Type Description
    Color

    shape

    Declaration
    ShapeBorder shape { get; }
    Property Value
    Type Description
    ShapeBorder
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023