Click or drag to resize
DigitalRuneBoxShapeWidthZ Property
Gets or sets the width along the z-axis.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public float WidthZ { get; set; }

Property Value

Type: Single
The width along the z-axis.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
See Also