Class ExVisualElement
A visual element that can be used as a normal VisualElement but with additional styling options like shadows, borders, outline, etc.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class ExVisualElement : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle
  Constructors
| Name | Description | 
|---|---|
| ExVisualElement() | Default constructor.  | 
      
Properties
| Name | Description | 
|---|---|
| backgroundColor | The background color of this element. Setting this will override the background color defined in the USS.  | 
      
| contentContainer | The content container of this element.  | 
      
| outlineColor | The outline color of this element. Setting this will override the outline color defined in the USS.  | 
      
| passMask | The mask of passes to render.  |