GeoShapeUtilDisplayValues
Table of contents
- fillColor
- labelColor
- labelEdgeMargin
- labelExtraPadding
- labelFontFamily
- labelFontSize
- labelFontStyle
- labelFontVariant
- labelFontWeight
- labelHorizontalAlign
- labelLineHeight
- labelMinWidth
- labelPadding
- labelVerticalAlign
- minSizeWithLabel
- patternFillFallbackColor
- strokeColor
- strokeRoundness
- strokeWidth
- Properties
interface GeoShapeUtilDisplayValues {}Properties
fillColor
fillColor: string;labelColor
labelColor: string;labelEdgeMargin
labelEdgeMargin: number;labelExtraPadding
labelExtraPadding: number;labelFontFamily
labelFontFamily: string;labelFontSize
labelFontSize: number;labelFontStyle
labelFontStyle: string;labelFontVariant
labelFontVariant: string;labelFontWeight
labelFontWeight: string;labelHorizontalAlign
labelHorizontalAlign: "center" | "end" | "start";labelLineHeight
labelLineHeight: number;labelMinWidth
labelMinWidth: number;labelPadding
labelPadding: number;labelVerticalAlign
labelVerticalAlign: "end" | "middle" | "start";minSizeWithLabel
minSizeWithLabel: number;patternFillFallbackColor
patternFillFallbackColor: string;strokeColor
strokeColor: string;strokeRoundness
strokeRoundness: number;strokeWidth
strokeWidth: number;Prev
GeoShapeOptionsNext
HighlightShapeOptions