CompositionRoundedRectangleGeometry.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the height and width of the rectangle.
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
Property Value
The height and width of the rectangle.