MindFusion.Wpf Pack Programmer's Guide
Length Constructor (Double, LengthType)
See Also
 





Initializes a new instance of the Length structure with the specified value and type.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public Length (
    double value,
    LengthType type
)

Visual Basic  Copy Code

Public New ( _
    value As Double, _
    type As LengthType _
)

 Parameters

value

A double specifying the initial length value.

type
A member of the LengthType enumeration specifying the length type.

 See Also

Length Constructor Overload List
Length Structure
MindFusion.Gauges.Wpf Namespace