Table of Contents

Class VLabel

Namespace
Velvet.Experimental
Assembly
Velvet.Docs.dll

EXPERIMENTAL. Initializer-style builder for a text label. Maps to Label(string?, string?, string?, string?, Func<VisualElement, Action>?, string?, string?, string?, IReadOnlyDictionary<string, string>?, IReadOnlyDictionary<string, string>?). Labels are leaves; children added via the collection initializer are ignored.

public sealed class VLabel : VBuilder
Inheritance
object
VLabel
Inherited Members

Constructors

VLabel(string?)

Properties

Text

Label text content.

Methods

Build()

Converts this builder into a concrete VNode by delegating to the matching V.* factory.