Table of Contents

Property MaxWidth

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

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

float?

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.