SemanticZoomViewChangedEventArgs.IsSourceZoomedInView Propiedad

Definición

Obtiene o establece un valor que indica si la vista inicial es ZoomedInView.

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

void IsSourceZoomedInView(bool value);
public bool IsSourceZoomedInView { get; set; }
var boolean = semanticZoomViewChangedEventArgs.isSourceZoomedInView;
semanticZoomViewChangedEventArgs.isSourceZoomedInView = boolean;
Public Property IsSourceZoomedInView As Boolean

Valor de propiedad

Boolean

bool

true si la vista inicial es ZoomedInView; de lo contrario, false.

Se aplica a