Show / Hide Table of Contents

    Interface IPortraitConfig

    Configuration for how the speech portrait is rendered.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IPortraitConfig

    Properties

    | Improve this Doc View Source

    Portrait

    Gets or sets the portrait.

    Declaration
    IObject Portrait { get; set; }
    Property Value
    Type Description
    IObject

    The portrait.

    | Improve this Doc View Source

    PortraitOffset

    Gets or sets the portrait offset from the screen borders.

    Declaration
    PointF PortraitOffset { get; set; }
    Property Value
    Type Description
    PointF

    The portrait offset.

    | Improve this Doc View Source

    Positioning

    Gets or sets how the portrait will be positioned.

    Declaration
    PortraitPositioning Positioning { get; set; }
    Property Value
    Type Description
    PortraitPositioning

    The positioning.

    | Improve this Doc View Source

    TextOffset

    Gets or sets the text offset from the portrait (on the x side) and from the screen top border (on the y side).

    Declaration
    PointF TextOffset { get; set; }
    Property Value
    Type Description
    PointF

    The text offset.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX