Last updated

API / geotoolkit / report / elements / styles / BorderStyle / BorderStyle

Namespace: BorderStyle

styles.BorderStyle.BorderStyle

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & { borders?: { bottom?: boolean ; left?: boolean ; right?: boolean ; top?: boolean } }

The border styles properties


OptionsOut

Ƭ OptionsOut: OptionsOut & { borders?: { bottom?: boolean ; left?: boolean ; right?: boolean ; top?: boolean } }


RadiusInPixels

Ƭ RadiusInPixels: Object

Type declaration

NameType
bottom-leftnumber | string | { x: number | string ; y: number | string }
bottom-rightnumber | string | { x: number | string ; y: number | string }
top-leftnumber | string | { x: number | string ; y: number | string }
top-rightnumber | string | { x: number | string ; y: number | string }