Table of Contents

Property AlignmentGetter

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

AlignmentGetter

Defines a delegate for returning custom alignment per cell based on cell values. When specified this will override Alignment

public Func<object, Alignment>? AlignmentGetter { get; set; }

Property Value

Func<object, Alignment>