Hide Comments
Hide Comments

Comments (0)

Coordinate system for attributes ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’.

Namespace: RSSVG

expandingSyntax

Delphi

published
  property Units: TSVGMarkerUnit read FUnits write SetUnits default muStrokeWidth;
 

Property Value

Type: TSVGMarkerUnit

expandingRemarks

If Units is muStrokeWidth, MarkerWidth, MarkerHeight and the contents of the marker represent values in a coordinate system which has a single unit equal the size in user units of the current stroke width (see the ‘stroke-width’ property) in place for the graphic object referencing the marker.

If Units is muUserSpaceOnUse, MarkerWidth, MarkerHeightand the contents of the marker represent values in the current user coordinate system in place for the graphic object referencing the marker (i.e., the user coordinate system for the element referencing the ‘marker’ element via a ‘ marker’, ‘marker-start’, ‘marker-mid’ or ‘ marker-end’ property).

expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb