Skip to content
FoolRunning edited this page Jul 26, 2022 · 10 revisions

Description

CSS style information for annotations

Properties

Css

string Css

Valid CSS formatting specification


Name

string Name

A style name (should be one of the names used in IPluginAnnotation.StyleName)


Methods

AnnotationStyle

AnnotationStyle(string name, string css)

Parameter Description
name A style name consisting of alphanumeric characters, hyphens and dashes. (should be one of the names used in IPluginAnnotation.StyleName)
css Valid CSS formatting specification, for example:
font-weight: bold; border-left: 1em;
or
{ font-weight: bold; border-left: 1em; }

This page is auto-generated. User edits will be lost when regenerated.

Clone this wiki locally