Gets or sets a percentage in the range 0-100 of space added to the pen's range when displayed in auto scale mode.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public double AutoScaleMargin { get; set; } |
| Visual Basic |
|---|
Public Property AutoScaleMargin As Double Get Set |
| JScript |
|---|
function get AutoScaleMargin () : double function set AutoScaleMargin (value : double) |