SegmentedItemVisible Property |
Gets or sets a value indicating whether this
SegmentedItem is visible.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(true)]
public bool Visible { get; set; }
<DefaultValueAttribute(true)>
Public Property Visible As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member Visible : bool with get, set
Property Value
Type:
Booleantrue if visible; otherwise,
false.
See Also