Sequential..::..Layers Property

Gets or sets the stacked layers cofiguration.

Namespace:  SiaNet
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public List<LayerConfig> Layers { get; set; }
Public Property Layers As List(Of LayerConfig)
	Get
	Set
public:
property List<LayerConfig^>^ Layers {
	List<LayerConfig^>^ get ();
	void set (List<LayerConfig^>^ value);
}

Field Value

The layers.