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





Initializes a new instance of the MeasureUnit class with the specified unit of measure as a base.

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

 Syntax

C#  Copy Code

public MeasureUnit (
    string name,
    MeasureUnit baseUnit,
    double scale,
    int standardDivisions
)

Visual Basic  Copy Code

Public New ( _
    name As String, _
    baseUnit As MeasureUnit, _
    scale As Double, _
    standardDivisions As Integer _
)

 Parameters

name

The name of the new unit.

baseUnit

The base of the new unit.

scale

The scale of the new unit, relatively to the base.

standardDivisions

The number of divisions of the new unit.

 See Also

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