SegmentedItemWidth Property |
Gets or sets the width of this segment, or -1 to auto size.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(-1)]
public int Width { get; set; }
<DefaultValueAttribute(-1)>
Public Property Width As Integer
Get
Set
[<DefaultValueAttribute(-1)>]
member Width : int with get, set
Property Value
Type:
Int32The width of this segment.
See Also