MagnifyingGlassSettings(Boolean, Size, Double) Constructor

NOTE: This member is now obsolete. This constructor is deprecated.

Deprecated constructor.
Public Sub New( _ 
ByVal enabled As Boolean, _ 
ByVal size As Size, _ 
ByVal factor As Double
)
This language is not supported or no code example is available.
public MagnifyingGlassSettings( 
bool enabled
Size size
double factor 
)
This language is not supported or no code example is available.

Parameters

enabled
bool

The enable status. Deprecated, use actionType.MagnifyingGlass to enable the magnifying glass instead.

size
Size

The lens size

factor
double

The lens magnifying factor

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition