Click or drag to resize

SolidPrimitiveOutlineAppearance Property

Gets or sets the outline's appearance.

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

Property Value

Type: OutlineAppearance
Remarks
Changing OutlineAppearance can result in this solid primitive hiding translucent primitives behind it. To avoid this, set the solid's owner's PrimitivesSortOrder to PrimitivesSortOrderBackToFront.
See Also