BestFitMappingAttribute(Boolean) Constructor

Definition

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

public:
 BestFitMappingAttribute(bool BestFitMapping);
public BestFitMappingAttribute (bool BestFitMapping);
new System.Runtime.InteropServices.BestFitMappingAttribute : bool -> System.Runtime.InteropServices.BestFitMappingAttribute
Public Sub New (BestFitMapping As Boolean)

Parameters

BestFitMapping
Boolean

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

Applies to