跳到主要内容

AnnoStyle

类型源码

AnnoStyle(
padding: float,
fontSize: float,
fontColor: str,
fontBackground: str,
fontFamily: str,
lineWidth: float,
shapeBackground: str,
shapeStrokeStyle: str,
shadowBlur: float,
shapeShadowStyle: str,
transformerBackground: str,
transformerSize: float,
)

AnnoStyleTypedDict

标记框的CSS样式。

若该值定义为字符串,则该值会解释为标记框的默认颜色。

别名

该类型可以按以下方式之一获取

import dash_picture_annotation as dpa


dpa.AnnoStyle
dpa.typehints.AnnoStyle

关键字

关键字类型必选
说明
paddingfloat文字填充。
fontSizefloat文字大小。
fontColorstr文字颜色。
fontBackgroundstr文字背景色。
fontFamilystr文字所用的字体名。
lineWidthfloat标记框笔画宽度。
shapeBackgroundstr标记框内部的背景色。
shapeStrokeStylestr标记框笔画颜色。
shadowBlurfloat标记框阴影散度。
shapeShadowStylestr标记框阴影颜色。
transformerBackgroundstr选中标记框时,显示在周围的控制点颜色。
transformerSizefloat选中标记框时,显示在周围的控制点大小。