flattenedTotalLength property
num
get
flattenedTotalLength
(undocumented) This read-only property returns the approximate length of the path. This is the overall distance of all the PathSegments that make up the geometry.
Implementation
_i2.num get flattenedTotalLength => _i4.getProperty(
this,
'flattenedTotalLength',
);
set
flattenedTotalLength
(num value)
Implementation
set flattenedTotalLength(_i2.num value) {
_i4.setProperty(
this,
'flattenedTotalLength',
value,
);
}