Northwoods.GoSilverlight 1.2.2 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. The value is actually stored on the Part.VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.

Remarks

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

Requirements

See Also

© 2010 All Rights Reserved.