Click or drag to resize
AB4D logo

CornerWireBoxVisual3DIsLineLengthPercent Property

Gets or sets a Boolean that specifies if the line length defined by LineLength property is specified in percentage of the box size (true), or in absolute value when all corner lines will have length defined by the value of LineLength property (false). Default value is true.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool IsLineLengthPercent { get; set; }

Property Value

Boolean
See Also