This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.LabelWrap Property

Gets/sets a value which enables/disables item labels wrapping when items are displayed in the control as icons.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property LabelWrap As Boolean
C#
public bool LabelWrap { get; set; }

Property Value

true if item labels wrap when items are displayed as icons; otherwise, false. The default is true.

See Also

Reference