SemanticZoomViewChangedEventArgs.IsSourceZoomedInView Proprietà

Definizione

Ottiene o imposta un valore che indica se la visualizzazione iniziale è 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

Valore della proprietà

Boolean

bool

true se la visualizzazione iniziale è ZoomedInView; in caso contrario, false.

Si applica a