The type of scale (horizontal, vertical or radial) that the control is

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

Syntax

C#
public ScaleType Scale { get; set; }
Visual Basic
Public Property Scale As ScaleType
	Get
	Set
JScript
function get Scale () : ScaleType
function set Scale (value : ScaleType)

See Also