-
Notifications
You must be signed in to change notification settings - Fork 6
AnnotationStyle
FoolRunning edited this page Jul 26, 2022
·
10 revisions
CSS style information for annotations
string Css
Valid CSS formatting specification
string Name
A style name (should be one of the names used in IPluginAnnotation.StyleName)
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.