VisioForge (c) 2025

Search Results for

    Class SubtitleOverlaySettings

    Subtitle overlay settings.

    Inheritance
    object
    SubtitleOverlaySettings
    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 SubtitleOverlaySettings

    Constructors

    SubtitleOverlaySettings()

    Initializes a new instance of the SubtitleOverlaySettings class.

    Declaration
    public SubtitleOverlaySettings()

    Properties

    Encoding

    Gets or sets the encoding.

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

    The encoding.

    Font

    Gets or sets the font.

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

    The font.

    Offset

    Gets or sets the offset.

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

    The offset.

    Visible

    Gets or sets a value indicating whether this SubtitleOverlaySettings is visible.

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

    true if visible; otherwise, false.