Class LinearSelector
Convenience non-generic LinearSelector<T> closed over string. Allows
designer scenarios (e.g. AllViewsTester) and reflection-based instantiation to discover
and create the view without supplying a type argument.
public class LinearSelector : LinearSelector<string>, IDisposable, ISupportInitializeNotification, ISupportInitialize, IOrientation, IValue<string>, IValue, IDesignable
- Inheritance
-
LinearSelector
- Implements
- Inherited Members
- Extension Methods
Remarks
To work with non-string option types, use LinearSelector<T> directly.
Constructors
- LinearSelector()
Initializes a new instance of LinearSelector.
- LinearSelector(List<string>?, Orientation)
Initializes a new instance of LinearSelector.