[]
Represents a set of attributes used to control how text is rendered. Includes stroke and fill colors, their opacities, and the rendering mode.
public class TextRenderingAttrs
| Name | Description |
|---|---|
| TextRenderingAttrs() |
| Name | Description |
|---|---|
| FillAlpha | Gets or sets the opacity for non-stroke text (fill). |
| FillColor | Gets or sets the non-stroke (fill) color of the text. |
| RenderingMode | Gets or sets the text rendering mode (e.g., fill, stroke, fill then stroke, etc.). |
| StrokeAlpha | Gets or sets the stroke color opacity. If specified, overrides the opacity of the StrokePen's Color. |
| StrokePen | Gets or sets the Pen used to outline the text. |
| Name | Description |
|---|---|
| IsEmpty() | Checks whether the object is empty, i.e. all properties are null. |