Click or drag to resize

RenderSettingsLayerFilter Property

Renders only layers from this list. Null for all layers.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public IList<VectorGraphicLayer> LayerFilter { get; set; }

Property Value

IListVectorGraphicLayer
See Also