Version

ItemSeparatorBase Class Members

The following tables list the members exposed by ItemSeparatorBase.

Public Properties
 NameDescription
Public PropertySeparatorColorGets or sets the background color used for IItemSeparator when it is displayed.  
Public PropertySeparatorTemplateGets or sets the data template used from IItemSeparator.  
Protected Properties
 NameDescription
Protected PropertyDropIndexGets or sets the index on which IItemSeparator is positioned.  
Protected PropertyPopupGets or sets the Popup object that is used for visual representation of IItemSeparator.  
Protected PropertyPopupContentGets the object that is used as System.Windows.Controls.Primitives.Popup.Child of Popup.  
Protected PropertySeparatorMetricsGets the object that holds information about IItemSeparator sizes.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetVisualChild<T>Obtain specific child object of specific type T by examining the visual tree.  
Public MethodHideHides the IItemSeparator element.  
Public MethodShowArranges and displays item separator element.  
Protected Methods
 NameDescription
Protected MethodArrangePopupArranges items separator.  
Protected MethodOnPropertyChangedRaises the PropertyChanged event with the provided arguments.  
Public Events
 NameDescription
Public EventPropertyChangedOccurs when a property value changes.  
See Also