When true, this Layer will not be affected by the Display's scaling (if the display is scalable).

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

Syntax

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

See Also