Table of Contents

Interface IMinLabelElement

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Minimal interface for UI elements rendering formatted RichText

public interface IMinLabelElement

Properties

TextBoard

Gets the ITextBoard backing this element, which handles the low-level text rendering and layout logic.

ITextBoard TextBoard { get; }

Property Value

ITextBoard