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

适用于