The StretchCornerRadius property indicates whether or not the rounded corners of a Rectangle are stretched when resizing the object during configuration mode.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool StretchCornerRadius { get; set; }
Visual Basic
Public Property StretchCornerRadius As Boolean
	Get
	Set
JScript
function get StretchCornerRadius () : boolean
function set StretchCornerRadius (value : boolean)

See Also