Click or drag to resize

ISingleChoiceObject Interface

Provides a model for a single selection among several choices.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ISingleChoiceObject

The ISingleChoiceObject type exposes the following members.

Properties
 NameDescription
Public propertyChoices Gets the available choices.
Public propertySelection Gets or sets the selected choice index.
Top
See Also