Northwoods.GoSilverlight 1.1.3 Assembly
LayerName Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : LayerName Property

Gets or sets the name of the Layer that this part should be in.

Syntax

Visual Basic (Declaration) 
Public Property LayerName As String
C# 
public string LayerName {get; set;}

Property Value

The default value is an empty string.

Remarks

This value is used to find the Layer with the Layer.Id of the same value.

See Also