Property MaxTextWidth
MaxTextWidth
Gets or sets maximal width of text in the control.
public virtual double? MaxTextWidth { get; set; }
Property Value
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).