GoXam for WPF v3
Id Property (MultiLayout)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
MultiLayout Class
: Id Property
Gets or sets an identifier for a particular layout.
Syntax
C#
public
string
Id {
get
;
set
;}
Property Value
The default value is the empty string.
Remarks
This property is ignored --
CanLayoutPart
just calls
IDiagramLayout.CanLayoutPart
of the nested layouts.
See Also
Reference
MultiLayout Class
MultiLayout Members