Share via


SemanticZoomLocation.Bounds Propiedad

Definición

Obtiene o establece los límites de tamaño del elemento tal como existe en la vista actual de semanticZoom.

public:
 property Rect Bounds { Rect get(); void set(Rect value); };
Rect Bounds();

void Bounds(Rect value);
public Rect Bounds { get; set; }
var rect = semanticZoomLocation.bounds;
semanticZoomLocation.bounds = rect;
Public Property Bounds As Rect

Valor de propiedad

Límites de tamaño del elemento.

Se aplica a