SegmentedControl class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.SegmentedControl
Modifiers: public
Summary¶
Represents a compact single-selection control for mode switching.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class SegmentedControl
class ItemsControl
ItemsControl <|-- SegmentedControl
Inherits from: ItemsControl
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| SelectionState | Gets or sets the shared segmented selection state. |
| SelectedKey | Gets or sets the selected segment key. |
| SelectionChangedCommand | Gets or sets the command invoked when a segment is selected. |
Fields¶
| Name | Summary |
|---|---|
| static SelectionStateProperty | Property for [SelectionState](# |
| static SelectedKeyProperty | Property for [SelectedKey](# |
| static SelectionChangedCommandProperty | Property for [SelectionChangedCommand](# |