|
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.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public double LineLength { get; set; }
Property Value
DoubleSee Also