New to KendoReactStart a free 30-day trial

Appearance
Premium

The Signature provides a predefined set of appearance options.

Apart from the default vision of the Signature, these alternative styling options enable you to configure each individual aspect of the appearance of a Signature.

Stroke Width

The Signature allows you to control the line thickness width through the strokeWidth property.

The following example demonstrates how to define the stroke width of the Signature.

Change Theme
Theme
Loading ...

Colors

The Signature allows you to control the line and background color through the color and backgroundColor properties.

The color options supports the following formats:

FormatDescription
redThe basic or extended CSS Color name
#ff0000The Hex RGB value
rgb(255, 0, 0)The RGB value

The following example demonstrates how to define the Signature colors.

Change Theme
Theme
Loading ...

Size

The Signature enables you to configure its size.

  • small
  • medium (Default)
  • large
  • null - Does not set a size className

The following example demonstrates how to set the size of the Signature.

Change Theme
Theme
Loading ...

Fill Mode

The Signature supports the following fillMode options:

  • solid (Default)
  • outline
  • flat
  • null - Does not set a className for fillMode

The following example demonstrates how to set the fillMode of the Signature.

Change Theme
Theme
Loading ...

Border Radius

The Signature enables you to apply different border radius to the component through the rounded property.

The rounded option supports the following values:

  • small
  • medium (Default)
  • large
  • null - Does not set a className for size

The following example demonstrates how to define the border radius of the Signature.

Change Theme
Theme
Loading ...