Click or drag to resize

SegmentedItemText Property

Gets or sets the text to display for this segment.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string Text { get; set; }

Property Value

Type: String
The segment text.
See Also