Table of Contents

Class TextOverlay

Namespace
VisioForge.Core.Types.X.VideoEdit
Assembly
VisioForge.Core.dll

Text overlay for Video Edit Core X.

public class TextOverlay

Inheritance

Inherited Members

Constructors

TextOverlay(string)

Initializes a new instance of the VisioForge.Core.Types.X.VideoEdit.TextOverlay class.

public TextOverlay(string text)

Parameters

text string

The text.

Fields

BackgroundColor

The background color.

public SKColor BackgroundColor

Field Value

SKColor

FontSlant

The font slant.

public SKFontStyleSlant FontSlant

Field Value

SKFontStyleSlant

FontWeight

The font weight.

public SKFontStyleWeight FontWeight

Field Value

SKFontStyleWeight

FontWidth

The font width.

public SKFontStyleWidth FontWidth

Field Value

SKFontStyleWidth

Properties

Color

Gets or sets the color.

public SKColor Color { get; set; }

Property Value

SKColor

CustomFontFile

Gets or sets the custom font file to use.

public string CustomFontFile { get; set; }

Property Value

string

CustomPaint

Gets or sets the custom SKPaint for rendering.

public SKPaint CustomPaint { get; set; }

Property Value

SKPaint

Duration

Gets or sets the duration.

public TimeSpan Duration { get; set; }

Property Value

TimeSpan

FontFamily

Gets or sets the font family.

public string FontFamily { get; set; }

Property Value

string

FontSize

Gets or sets the size of the font.

public int FontSize { get; set; }

Property Value

int

Start

Gets or sets the start time.

public TimeSpan Start { get; set; }

Property Value

TimeSpan

Text

Gets or sets the text.

public string Text { get; set; }

Property Value

string

X

Gets or sets the X in pixels.

public double X { get; set; }

Property Value

double

Y

Gets or sets the Y in pixels.

public double Y { get; set; }

Property Value

double