Class Quote
Quote UI element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public class Quote : BaseVisualElement, IEventHandler, IVisualElementScheduler, IExperimentalFeatures, ITransitionAnimations, ITransform, IResolvedStyle, IContextOverrideElement, IAdditionalDataHolder
Constructors
Quote()
Default constructor.
Declaration
public Quote()
Fields
containerUssClassName
The Quote container styling class.
Declaration
public const string containerUssClassName = "appui-quote__container"
Field Value
Type | Description |
---|---|
string |
ussClassName
The Quote main styling class.
Declaration
public const string ussClassName = "appui-quote"
Field Value
Type | Description |
---|---|
string |
Properties
color
The Quote outline color.
Declaration
public Optional<Color> color { get; set; }
Property Value
contentContainer
The content container of the Quote.
Declaration
public override VisualElement contentContainer { get; }
Property Value
Type | Description |
---|---|
Visual |