Click or drag to resize

SegmentedItem Properties

The SegmentedItem type exposes the following members.

Properties
  NameDescription
Public propertyCommand
Gets or sets the command to invoke when the segmented item is pressed.
Public propertyCommandParameter
Gets or sets the parameter to pass to the Command when executing or determining its CanExecute state.
Public propertyEnabled
Gets or sets a value indicating whether this SegmentedItem is enabled.
Public propertyImage
Gets or sets the image to display in this segment.
Public propertyParent
Gets the parent button this item belongs to.
Public propertySelected
Gets or sets a value indicating whether this SegmentedItem is selected.
Public propertyText
Gets or sets the text to display for this segment.
Public propertyToolTip
Gets or sets the ToolTip to display for this segment
Public propertyVisible
Gets or sets a value indicating whether this SegmentedItem is visible.
Public propertyWidth
Gets or sets the width of this segment, or -1 to auto size.
Top
See Also