Skip to content

UITabContainer.TabTexture Property

Definition

Namespace: Brine2D.UI

Optional nine-slice texture used for each tab button background. When set, replaces the solid per-state tab color fills. The ActiveTabColor, HoverTabColor, and TabBackgroundColor tints are still applied as a tint on top.

C#
public Brine2D.Rendering.ITexture? TabTexture { get; set; }

Property Value

ITexture