LineVisualizer.Pattern Property
Gets or sets a fill pattern.
Syntax
public AttributeVariable< Symbol > Pattern { get; set; }
Property Value
Default: Symbol.Empty
A symbol that is used as a fill pattern.
Remarks
This property defines a pattern to fill the area covered by the line. If the property is null, the line will be filled with a solid color. It is supported for solid and dashed lines, but not for other line styles. The symbol may be either a RasterSymbol or an SvgSymbol. The pattern is repeated over the whole line.
If you use an SVG symbol, it will be rasterized internally into an RGBA raster symbol, using the fill color and the attributes of the current feature, just like when used by a SymbolVisualizer.
If you specify a 1-bit raster symbol, the 1:s are drawn with the specified color and the 0:s are transparent, i.e. the pattern acts like a mask for the fill color. If you specify an RGB or RGBA raster symbol, the fill color is not used.
![]() |
Fill patterns are supported in 2D views and in the surface layers of 3D globe views, but not in regular 3D layers.
Platforms
Windows, Linux, Android