Merged PR 330: Add DimensionStyle + Refactor dimensionLayer + Add width and dashArray to style
Add DimensionStyle + Refactor dimensionLayer + Add width and dashArray to style Related work items: #7977
This commit is contained in:
parent
c6c4bd1e32
commit
338a2c157c
14 changed files with 475 additions and 324 deletions
|
@ -24,9 +24,16 @@ export enum PropertyType {
|
|||
* Dimension options
|
||||
*/
|
||||
SelfDimension,
|
||||
SelfMarginDimension,
|
||||
ChildrenDimensions,
|
||||
DimensionWithMarks,
|
||||
DimensionOptions
|
||||
SelfDimensionStyle,
|
||||
|
||||
SelfMarginDimension,
|
||||
SelfMarginDimensionStyle,
|
||||
|
||||
ChildrenDimensions,
|
||||
ChildrenDimensionsStyle,
|
||||
|
||||
DimensionWithMarks,
|
||||
DimensionWithMarksStyle,
|
||||
|
||||
DimensionOptions
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue