Click or drag to resize

ThumbnailViewCaptionLines Property

Gets or sets the number of text lines to allocate for the caption area.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int CaptionLines { get; set; }

Property Value

Type: Int32
The number of text lines for the caption.
Remarks

This property defaults to 2 lines. Setting this property to 0 will remove the caption area from the thumbnail.

When a thumbnail has focus, its entire caption is displayed, even if it takes more lines than the value of this property.

See Also