Click or drag to resize

SolidPrimitiveBackLineWidth Property

Gets or sets the back line's width, in pixels.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public float BackLineWidth { get; set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Width is less than 0.
InsufficientVideoCardException Width is outside of the range supported by the video card. To verify a width is supported, check PolylinePrimitive.MinimumWidthSupported and PolylinePrimitive.MaximumWidthSupported. Regardless of PolylinePrimitive.MinimumWidthSupported, a width of 0 is always allowed and effectively hides the back line.
Remarks

This is only used when OutlineAppearance is StylizeBackLines.

The width is defined in pixels so even if the camera moves very close or very far from a solid, the width of the outline on the screen does not change.

See Also