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: 6.0.3500.0 (6.0.3515.430)

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);
}

Property Value

Type: RectangleCornerRadius

See Also