Click or drag to resize
AB4D logo

CornerWireBoxVisual3DLineLength Property

Gets or sets the length of the corner lines. When IsLineLengthPercent is true, the length is defined as percentage of the box size. For example the default value of 0.25 means that each corner line length is 25% of the size of the box in the line's direction. When IsLineLengthPercent is false, then the length is defined in absolute value - all corner lines will have length the same as the value of this property.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public double LineLength { get; set; }

Property Value

Double
See Also