docs.unity3d.com
    Show / Hide Table of Contents

    Struct AdditionalStyle

    Styling properties that can be applied to a ExVisualElement.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.AppUI.UI
    Syntax
    public struct AdditionalStyle

    Fields

    backgroundColor

    The background color.

    Declaration
    public Color backgroundColor
    Field Value
    Type Description
    Color

    borderColor

    The border color.

    Declaration
    public Color borderColor
    Field Value
    Type Description
    Color

    borderWidth

    The border width.

    Declaration
    public float borderWidth
    Field Value
    Type Description
    Single

    outlineColor

    The outline color.

    Declaration
    public Color outlineColor
    Field Value
    Type Description
    Color

    outlineOffset

    The outline offset.

    Declaration
    public float outlineOffset
    Field Value
    Type Description
    Single

    outlineWidth

    The outline width.

    Declaration
    public float outlineWidth
    Field Value
    Type Description
    Single

    shadowBlur

    The shadow blur.

    Declaration
    public float shadowBlur
    Field Value
    Type Description
    Single

    shadowColor

    The shadow color.

    Declaration
    public Color shadowColor
    Field Value
    Type Description
    Color

    shadowInset

    If the shadow is inset or outset.

    Declaration
    public bool shadowInset
    Field Value
    Type Description
    Boolean

    shadowOffset

    The shadow offset.

    Declaration
    public Vector2 shadowOffset
    Field Value
    Type Description
    Vector2

    shadowSpread

    The shadow spread.

    Declaration
    public float shadowSpread
    Field Value
    Type Description
    Single
    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