TextStepperShowStepper Property |
Gets or sets a value indicating whether the Stepper will be shown.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(true)]
public bool ShowStepper { get; set; }
<DefaultValueAttribute(true)>
Public Property ShowStepper As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member ShowStepper : bool with get, set
Property Value
Type:
Booleantrue to show the stepper (default); otherwise,
false.
Remarks
This is a hint only, some platforms (currently Gtk) may ignore this setting.
See Also