Compartir a través de


CompositionRoundedRectangleGeometry.Size Propiedad

Definición

Obtiene o establece el alto y ancho del rectángulo.

public:
 property float2 Size { float2 get(); void set(float2 value); };
float2 Size();

void Size(float2 value);
public Vector2 Size { get; set; }
var vector2 = compositionRoundedRectangleGeometry.size;
compositionRoundedRectangleGeometry.size = vector2;
Public Property Size As Vector2

Valor de propiedad

Vector2 Vector2

float2

Alto y ancho del rectángulo.

Se aplica a