Click or drag to resize
AB4D logo

LineSelectorDataAdjustLineDistanceWithLineThickness Property

Gets or sets a Boolean that specifies if LastDistance value is adjusted by line thickness. If true then distance is measured from line edge, if false then distance is measured from center of the line. This value is used only if LineSelectorData is created from BaseLineVisual3D.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public bool AdjustLineDistanceWithLineThickness { get; set; }

Property Value

Boolean
See Also