ArcSegment.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.
public:
property Size Size { Size get(); void set(Size value); };
Size Size();
void Size(Size value);
public Size Size { get; set; }
var size = arcSegment.size;
arcSegment.size = size;
Public Property Size As Size
<ArcSegment Size="width,height"/>
Property Value
A Size structure that describes the x-radius and y-radius of the elliptical arc. The Size structure's Width value specifies the arc's x-radius; its Height value specifies the arc's y-radius. The default is a Size with value 0,0.