VisioForge (c) 2025

Search Results for

    Class OverlayManagerText

    Overlay Manager Text element. Implements the IOverlayManagerElement.

    Inheritance
    object
    OverlayManagerText
    OverlayManagerDateTime
    Implements
    IOverlayManagerElement
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public class OverlayManagerText : IOverlayManagerElement

    Constructors

    OverlayManagerText()

    Initializes a new instance of the OverlayManagerText class.

    Declaration
    public OverlayManagerText()

    OverlayManagerText(string, int, int)

    Initializes a new instance of the OverlayManagerText class.

    Declaration
    public OverlayManagerText(string text, int x = 150, int y = 150)
    Parameters
    Type Name Description
    string text

    The text.

    int x

    The x.

    int y

    The y.

    Properties

    Cache

    Gets or sets the cache.

    Declaration
    public object Cache { get; set; }
    Property Value
    Type Description
    object

    The cache.

    Color

    Gets or sets the color.

    Declaration
    public SKColor Color { get; set; }
    Property Value
    Type Description
    SKColor

    The color.

    Enabled

    Gets or sets a value indicating whether this IOverlayManagerElement is enabled.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    bool

    true if enabled; otherwise, false.

    EndTime

    Gets or sets the end time (optional).

    Declaration
    public TimeSpan EndTime { get; set; }
    Property Value
    Type Description
    TimeSpan

    The end time.

    Font

    Gets or sets the font.

    Declaration
    public FontSettings Font { get; set; }
    Property Value
    Type Description
    FontSettings

    The font.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    The name.

    StartTime

    Gets or sets the start time (optional).

    Declaration
    public TimeSpan StartTime { get; set; }
    Property Value
    Type Description
    TimeSpan

    The start time.

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    The text.

    X

    Gets or sets the X.

    Declaration
    public int X { get; set; }
    Property Value
    Type Description
    int

    The x.

    Y

    Gets or sets the Y.

    Declaration
    public int Y { get; set; }
    Property Value
    Type Description
    int

    The y.

    Implements

    IOverlayManagerElement

    See Also

    IOverlayManagerElement