In ArcGIS PRO, I can create a polygon symbol which has a Marker Layer, and I can set its "Marker Placement" property to be "along line", which puts the markers along the polygon's circumference line. I can also use this symbol in a Runtime project by loading the .stylx file, so everything works fine when I use ArcGIS PRO.
However, I want to create this same symbol in the code, using ArcGIS Runtime classes. I can create a marker layer using VectorMarkerSymbolLayer, but it doesn't have a marker placement property. I cannot set it to be placed along the line, the markers automatically fill the polygon by default. Is there a way to change this? If so, how? Does Runtime not support this? Also are there any other features that can be done via ArcGIS PRO but not on Runtime code?
Thanks in advance.