Class TextOverlay
- Namespace
- VisioForge.Core.Types.X.VideoEdit
- Assembly
- VisioForge.Core.dll
Text overlay for Video Edit Core X.
public class TextOverlayInheritance
Inherited Members
Constructors
TextOverlay(string)
Initializes a new instance of the VisioForge.Core.Types.X.VideoEdit.TextOverlay class.
public TextOverlay(string text)Parameters
textstring-
The text.
Fields
BackgroundColor
The background color.
public SKColor BackgroundColorField Value
FontSlant
The font slant.
public SKFontStyleSlant FontSlantField Value
FontWeight
The font weight.
public SKFontStyleWeight FontWeightField Value
FontWidth
The font width.
public SKFontStyleWidth FontWidthField Value
Properties
Color
Gets or sets the color.
public SKColor Color { get; set; }Property Value
CustomFontFile
Gets or sets the custom font file to use.
public string CustomFontFile { get; set; }Property Value
CustomPaint
Gets or sets the custom SKPaint for rendering.
public SKPaint CustomPaint { get; set; }Property Value
Duration
Gets or sets the duration.
public TimeSpan Duration { get; set; }Property Value
FontFamily
Gets or sets the font family.
public string FontFamily { get; set; }Property Value
FontSize
Gets or sets the size of the font.
public int FontSize { get; set; }Property Value
Start
Gets or sets the start time.
public TimeSpan Start { get; set; }Property Value
Text
Gets or sets the text.
public string Text { get; set; }Property Value
X
Gets or sets the X in pixels.
public double X { get; set; }Property Value
Y
Gets or sets the Y in pixels.
public double Y { get; set; }