Click or drag to resize

ThemedSegmentedItemHandlerTWidget, TCallbackVisible Property

Gets or sets a value indicating whether this SegmentedItem is visible.

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

Property Value

Type: Boolean
true if visible; otherwise, false.

Implements

SegmentedItemIHandlerVisible
See Also