SplitView.IsPaneOpen 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property bool IsPaneOpen { bool get(); void set(bool value); };
bool IsPaneOpen();
void IsPaneOpen(bool value);
public bool IsPaneOpen { get; set; }
var boolean = splitView.isPaneOpen;
splitView.isPaneOpen = boolean;
Public Property IsPaneOpen As Boolean
<SplitView IsPaneOpen="bool" .../>
属性值
Boolean
bool
如果窗格扩展到其全宽,则为 true;否则为 false。 默认值为 true。
注解
此属性的效果受 DisplayMode 属性值的影响。
DisplayMode | 效果 |
---|---|
内联 | IsPaneOpen 为 true。 |
Overlay | 当 IsPaneOpen 为 false 时,窗格处于隐藏状态。 |
紧凑 | 当 IsPaneOpen 为 false 时,窗格会显示在其紧凑大小 (请参阅 CompactPaneLength) 。 |