Property MaxWidth
MaxWidth
Represents the maximum text width as a coordinate value. If text exceeds this width, it may be wrapped into multiple lines.
public virtual float? MaxWidth { get; set; }
Property Value
Remarks
This field is nullable, meaning it can hold a value of type float or be null. Use this field to specify or retrieve the maximum title and message width.