MindFusion.Wpf Pack Programmer's Guide
MeasureUnit Constructor (String, Double)
See Also
 





Initializes a new instance of the MeasureUnit class with the specified amount.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public MeasureUnit (
    string name,
    double unitsPerInch
)

Visual Basic  Copy Code

Public New ( _
    name As String, _
    unitsPerInch As Double _
)

 Parameters

name

The name of the new unit.

unitsPerInch

The amount of the new unit that is equal to one inch.

 See Also

MeasureUnit Constructor Overload List
MeasureUnit Class
MindFusion.Spreadsheet.Wpf Namespace