SemanticZoom.CanChangeViews Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.