Table of Contents

Property MaxTextWidth

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MaxTextWidth

Gets or sets maximal width of text in the control.

public virtual double? MaxTextWidth { get; set; }

Property Value

double?

Remarks

Wraps Text so that each of its lines becomes at most width dips wide if possible (the lines are broken at words boundaries so it might not be the case if words are too long).