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 SourcePortrait
Gets or sets the portrait.
Declaration
IObject Portrait { get; set; }
Property Value
Type | Description |
---|---|
IObject | The portrait. |
PortraitOffset
Gets or sets the portrait offset from the screen borders.
Declaration
PointF PortraitOffset { get; set; }
Property Value
Type | Description |
---|---|
PointF | The portrait offset. |
Positioning
Gets or sets how the portrait will be positioned.
Declaration
PortraitPositioning Positioning { get; set; }
Property Value
Type | Description |
---|---|
PortraitPositioning | The positioning. |
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. |