RoundedRectangleShapeGeometry Constructors

Definition

Overloads

RoundedRectangleShapeGeometry()

Initializes a new instance of the RoundedRectangleShapeGeometry class.

RoundedRectangleShapeGeometry(Double)

Initializes a new instance of the RoundedRectangleShapeGeometry class.

RoundedRectangleShapeGeometry()

Initializes a new instance of the RoundedRectangleShapeGeometry class.

public:
 RoundedRectangleShapeGeometry();
public RoundedRectangleShapeGeometry ();
Public Sub New ()

Applies to

RoundedRectangleShapeGeometry(Double)

Initializes a new instance of the RoundedRectangleShapeGeometry class.

public:
 RoundedRectangleShapeGeometry(double radius);
public RoundedRectangleShapeGeometry (double radius);
new Microsoft.VisualStudio.Modeling.Diagrams.RoundedRectangleShapeGeometry : double -> Microsoft.VisualStudio.Modeling.Diagrams.RoundedRectangleShapeGeometry
Public Sub New (radius As Double)

Parameters

radius
Double

Applies to