TextStepperIHandlerShowStepper 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 bool ShowStepper { get; set; }
Property ShowStepper As Boolean
Get
Set
abstract 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