Click or drag to resize

TextBatchPrimitiveOutlineColor Property

Gets or sets the text's outline color.

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

Property Value

Type: Color
Exceptions
ExceptionCondition
InvalidOperationExceptionFont was not created with an outline.
See Also