API Reference
Class
VisualCanvasTextRun
Single-color text run used by hero title layers.
Inheritance
- Object
- VisualCanvasTextRun
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method VisualCanvas.AddHeroTitle
- Method VisualCanvas.AddHeroTitle
- Constructor VisualCanvasHeroTitleLayer.VisualCanvasHeroTitleLayer
Constructors
VisualCanvasTextRun(System.String text, ChartForgeX.Primitives.ChartColor color) #Initializes a hero title text run.
Parameters
- text System.String
- The text to render.
- color ChartForgeX.Primitives.ChartColor
- The text color.