RegionWrapMode Property

Gets or sets the WrapMode used on Text property.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public virtual TextWrappingModes WrapMode { get; set; }

Property Value

TextWrappingModes

Remarks

The property specifies how Text property will be drawn if it does not fit inside a Region.

See Also