Back to Website
Show / Hide Table of Contents

Interface IDefaultTextStroke

A structure defining a range of values, a color, and a size of text stroke.

Inheritance
IRangeParams
IDefaultTextStroke
Package: @aurigma/design-editor-iframe
Examples
configuration = {
   widgets: {
        TopToolbar: {
            textStrokeButtonEnabled: true,
            textStrokeColorButtonEnabled: true,
            textStroke: { max: 1, min: 0.1, step: 0.1, color: "azure" }
        }
   }
};

Properties

color

The text color, in CSS format.

Declaration
color?: string;
Property Value
Type Description
string

The text color, in CSS format.

size

The text stroke size.

Declaration
size?: number;
Property Value
Type Description
number

The text stroke size.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback