TronDesigner Website Integration
    Preparing search index...
    interface ITextOptionsDTO {
        backgroundColor?: IMotiveObjectColorInfoDTO;
        color: IMotiveObjectColorInfoDTO;
        font: FontFamily;
        fontSize: number;
        isBold: boolean;
        isItalic: boolean;
        isStrikeOut: boolean;
        isUnderline: boolean;
        outlineColor?: IMotiveObjectColorInfoDTO;
        outlineWidth?: number;
        text: string;
        textAlignment: TextAlignment;
    }
    Index

    Properties

    backgroundColor?: IMotiveObjectColorInfoDTO
    fontSize: number
    isBold: boolean
    isItalic: boolean
    isStrikeOut: boolean
    isUnderline: boolean
    outlineWidth?: number
    text: string
    textAlignment: TextAlignment