ContentIsland.IsClosed 属性

定义

获取此 ContentIsland 是否关闭。

public:
 property bool IsClosed { bool get(); };
bool IsClosed();
public bool IsClosed { get; }
var boolean = contentIsland.isClosed;
Public ReadOnly Property IsClosed As Boolean

属性值

Boolean

bool

如果关闭,则为 ContentIsland True;否则为 false。

实现

适用于

另请参阅