Click or drag to resize
AB4D logo

CornerWireBoxVisual3D Properties

The CornerWireBoxVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyIsLineLengthPercent 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.
Public propertyLineLength 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.
Top
See Also