Share via


SemanticZoom.CanChangeViews 屬性

定義

取得或設定值,這個值會宣告 SemanticZoom 是否可以變更顯示檢視。

public:
 property bool CanChangeViews { bool get(); void set(bool value); };
bool CanChangeViews();

void CanChangeViews(bool value);
public bool CanChangeViews { get; set; }
var boolean = semanticZoom.canChangeViews;
semanticZoom.canChangeViews = boolean;
Public Property CanChangeViews As Boolean
<SemanticZoom CanChangeViews="bool" />

屬性值

Boolean

bool

如果檢視可以變更,則為 true;否則為 false。 預設值為 True

適用於