API Reference
Class
VisualCanvasHeroTitleLayer
Large multi-color headline layer.
Inheritance
- Object
- VisualCanvasHeroTitleLayer
Constructors
VisualCanvasHeroTitleLayer(System.Double x, System.Double y, System.Double width, System.Double fontSize, System.Collections.Generic.IEnumerable{ChartForgeX.Composition.VisualCanvasTextRun} runs) #Initializes a large multi-run hero title layer.
Parameters
- x System.Double
- The title X coordinate.
- y System.Double
- The title Y coordinate.
- width System.Double
- The title width used for alignment.
- fontSize System.Double
- The title font size.
- runs System.Collections.Generic.IEnumerable{ChartForgeX.Composition.VisualCanvasTextRun}
- The colored text runs.