Gets or sets the radii of a rectangle's corners. Default value is 0 (zero)

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)

Syntax

C#
public RectangleCornerRadius CornerRadius { get; set; }
Visual Basic
Public Property CornerRadius As RectangleCornerRadius
	Get
	Set
Visual C++
public:
property RectangleCornerRadius CornerRadius {
	RectangleCornerRadius get ();
	void set (RectangleCornerRadius value);
}

See Also