TabItem.IsSelected 属性

定义

获取或设置一个值,该值指示是否选择 TabItem

public:
 property bool IsSelected { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsSelected { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsSelected : bool with get, set
Public Property IsSelected As Boolean

属性值

如果已选定 TabItem,则为 true;否则为 false。 默认值为 false

属性

示例

以下示例演示如何使用 IsSelected 属性以编程方式选择 TabItem

<TabItem Header="Background" IsSelected="true" Style="{StaticResource Triggers}">
</TabItem>

注解

依赖项属性信息

标识符字段 IsSelectedProperty
元数据属性设置为 true BindsTwoWayByDefault, AffectsParentMeasure, Journal

适用于