Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 683 Bytes

fill-options.md

File metadata and controls

24 lines (17 loc) · 683 Bytes
title page_title
FillOptions
API reference for methods and fields of the Fill options

kendo.drawing.FillOptions

Shape fill configuration options.

Fields

color String

The fill color in any of the following formats.

| Format | Description | --- | --- | --- | red | Basic or Extended CSS Color name | #ff0000 | Hex RGB value | rgb(255, 0, 0) | RGB value

Specifying 'none', 'transparent' or '' (empty string) will clear the fill.

opacity Number

The fill opacity. Ranges from 0 (completely transparent) to 1 (completely opaque).