Struct AdditionalStyle
Styling properties that can be applied to a ExVisualElement.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public struct AdditionalStyle
Fields
Name | Description |
---|---|
backgroundColor | The background color. |
borderColor | The border color. |
borderDotFactor | The sizing and spacing of the border dots. |
borderSpeed | The border speed (for animated dashed and dotted borders). |
borderStyle | The border style. |
borderWidth | The border width. |
outlineColor | The outline color. |
outlineOffset | The outline offset. |
outlineWidth | The outline width. |
shadowBlur | The shadow blur. |
shadowColor | The shadow color. |
shadowInset | If the shadow is inset or outset. |
shadowOffset | The shadow offset. |
shadowSpread | The shadow spread. |