Click or drag to resize

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; }

Property Value

Type: Boolean
true to show the stepper (default); otherwise, false.
Remarks
This is a hint only, some platforms (currently Gtk) may ignore this setting.
See Also