SolidPrimitiveOutlineWidth Property |
Gets or sets the outline's width, in pixels.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public float OutlineWidth { get; set; }
Public Property OutlineWidth As Single
Get
Set
public:
property float OutlineWidth {
float get ();
void set (float value);
}
member OutlineWidth : float32 with get, set
Property Value
Type:
SingleExceptions Remarks
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