MindFusion.Wpf Pack Programmer's Guide
TabControl Properties
 


 Public Properties

  Name Description

AddButtonVisibility

Gets or sets a value indicating whether the 'Add' button is displayed in the tab headers. This is a dependency property.

ButtonBackground

Gets or sets the background of the buttons, displayed when TabLayoutMode is set to Scroll. This is a dependency property.

ButtonBorderBrush

Gets or sets the border brush of the buttons, displayed when TabLayoutMode is set to Scroll. This is a dependency property.

ButtonBorderThickness

Gets or sets the border thickness of the buttons, displayed when TabLayoutMode is set to Scroll. This is a dependency property.

ButtonMargin

Gets or sets the margin of the buttons, displayed when TabLayoutMode is set to Scroll. This is a dependency property.

ButtonOverBackground

Gets or sets the background of the buttons, displayed when TabLayoutMode is set to Scroll, when they are pointed with the mouse. This is a dependency property.

ButtonPressedBackground

Gets or sets the background of the buttons, displayed when TabLayoutMode is set to Scroll, when they are pressed. This is a dependency property.

ButtonSize

Gets or sets the size of the buttons, displayed when TabLayoutMode is set to Scroll. This is a dependency property.

EnableDragging

Gets or sets a value indicating whether tabs can be repositioned interactively through dragging. This is a dependency property.

RemoveButtonVisibility

Gets or sets a value indicating whether the 'Remove' button is displayed in the tab headers. This is a dependency property.

ScrollOffset

Gets or sets the scroll amount when TabLayoutMode is set to Scroll. This is a dependency property.

ScrollStep

Gets or sets the scroll step when TabLayoutMode is set to Scroll. This is a dependency property.

SelectedContent

Gets or sets the content of the currently selected item. This is a dependency property.

SelectedIndex

Gets or sets the index of the currently selected item. This is a dependency property.

SelectedItem

Gets or sets the currently selected item. This is a dependency property.

TabAlignment

Gets or sets the alignment of the tab headers. This is a dependency property.

TabLayoutMode

Gets or sets a value indicating how tab headers are arranged when the available space is insufficient. This is a dependency property.

TabRotation

Gets or sets the rotation of the tab headers. This is a dependency property.

TabStripPlacement

Gets or sets the alignment of the tab headers. This is a dependency property.

 See Also

TabControl Class
MindFusion.UI.Wpf Namespace