Gets or sets the layer for which the event is raised.
Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf
SyntaxC#
Copy Code
|
|---|
public Layer<Color, XamlPalette> Layer { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Layer As Layer(Of Color, XamlPalette) |
An instance of the Layer class.
See Also