BestFitMappingAttribute Constructor (Boolean)

 

Initializes a new instance of the BestFitMappingAttribute class set to the value of the BestFitMapping property.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
BestFitMappingAttribute(
	bool BestFitMapping
)

Parameters

BestFitMapping
Type: System::Boolean

true to indicate that best-fit mapping is enabled; otherwise, false. The default is true.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: