Click or drag to resize

DoubleProperty Constructor (Double)

Initializes a new instance of the DoubleProperty class

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public DoubleProperty(
	double value
)

Parameters

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Demo3D.Utilities.DoubleProperty.#ctor(System.Double)"]

See Also