Northwoods.GoSilverlight 1.1.3 Assembly
Id Property
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace > DiagramLayout Class : Id Property

Gets or sets an identifier for a particular layout.

Syntax

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

Property Value

The default value is the empty string.

Remarks

This is used by DiagramLayout.CanLayoutPart to decide whether a part should participate in this layout.

See Also