Partilhar via


SemanticZoomViewChangedEventArgs.IsSourceZoomedInView Propriedade

Definição

Obtém ou define um valor que indica se o modo de exibição inicial é 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 da propriedade

Boolean

bool

true se o modo de exibição inicial for ZoomedInView; caso contrário, false.

Aplica-se a