Click or drag to resize

TextBatchPrimitive.OutlineColor Property

Gets or sets the text's outline color.

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

Property Value

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