NoteShapeUtilDisplayValues

See source code
Table of contents
interface NoteShapeUtilDisplayValues {}

Properties

borderColor

borderColor: string;

borderWidth

borderWidth: number;

labelColor

labelColor: string;

labelFontFamily

labelFontFamily: string;

labelFontSize

labelFontSize: number;

labelFontStyle

labelFontStyle: string;

labelFontVariant

labelFontVariant: string;

labelFontWeight

labelFontWeight: string;

labelHorizontalAlign

labelHorizontalAlign: "center" | "end" | "start";

labelLineHeight

labelLineHeight: number;

labelPadding

labelPadding: number;

labelVerticalAlign

labelVerticalAlign: "end" | "middle" | "start";

noteBackgroundColor

noteBackgroundColor: string;

noteHeight

noteHeight: number;

noteWidth

noteWidth: number;

Prev
NoteShapeOptions
Next
OnDragFromToolbarToCreateShapesOpts