SemanticZoom.IsZoomedInViewActive 属性

定义

获取或设置一个值,该值确定 ZoomedInView 是否为活动视图。

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

void IsZoomedInViewActive(bool value);
public bool IsZoomedInViewActive { get; set; }
var boolean = semanticZoom.isZoomedInViewActive;
semanticZoom.isZoomedInViewActive = boolean;
Public Property IsZoomedInViewActive As Boolean
<SemanticZoom IsZoomedInViewActive="bool" />

属性值

Boolean

bool

如果 ZoomedInView 是活动视图,则为 true。 如果 ZoomedOutView 是活动视图,则为 false

适用于