SemanticZoom.CanChangeViews Property

Definition

Gets or sets a value that declares whether the SemanticZoom can change display views.

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" />

Property Value

Boolean

bool

true if views can be changed; otherwise, false. The default is true.

Applies to