SegmentedItem Properties |
The SegmentedItem type exposes the following members.
Name | Description | |
---|---|---|
Command |
Gets or sets the command to invoke when the segmented item is pressed.
| |
CommandParameter |
Gets or sets the parameter to pass to the Command when executing or determining its CanExecute state.
| |
Enabled |
Gets or sets a value indicating whether this SegmentedItem is enabled.
| |
Image |
Gets or sets the image to display in this segment.
| |
Parent |
Gets the parent button this item belongs to.
| |
Selected |
Gets or sets a value indicating whether this SegmentedItem is selected.
| |
Text |
Gets or sets the text to display for this segment.
| |
ToolTip |
Gets or sets the ToolTip to display for this segment
| |
Visible |
Gets or sets a value indicating whether this SegmentedItem is visible.
| |
Width |
Gets or sets the width of this segment, or -1 to auto size.
|