SemanticZoom.CanChangeViews
SemanticZoom.CanChangeViews
SemanticZoom.CanChangeViews
SemanticZoom.CanChangeViews
Property
Definition
Gets or sets a value that declares whether the SemanticZoom can change display views.
public : Platform::Boolean CanChangeViews { get; set; }
bool CanChangeViews();
void CanChangeViews(bool canchangeviews);
public bool CanChangeViews { get; set; }
Public ReadWrite Property CanChangeViews As bool
<SemanticZoom CanChangeViews="bool" />
Property Value
bool
bool
true if views can be changed; otherwise, false. The default is true.
Feedback
Loading feedback...