ExpanderAutomationPeer.ExpandCollapseState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 Expander.IsExpanded 属性的值,并返回 Expander 当前是展开还是折叠。
public:
property ExpandCollapseState ExpandCollapseState { ExpandCollapseState get(); };
ExpandCollapseState ExpandCollapseState();
public ExpandCollapseState ExpandCollapseState { get; }
var expandCollapseState = expanderAutomationPeer.expandCollapseState;
Public ReadOnly Property ExpandCollapseState As ExpandCollapseState
属性值
Expanded
如果当前显示控件的内容区域,则为 ; Collapsed
如果内容区域处于隐藏状态,则为 。