GoXam for WPF v3
Name Property (DiagramModel)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Model Namespace
>
DiagramModel Class
: Name Property
A name for this model.
Syntax
C#
public
string
Name {
get
;
set
;}
Property Value
By default this is an empty string. The value must not be null.
Remarks
This is mostly used to help distinguish between different models of the same type.
See Also
Reference
DiagramModel Class
DiagramModel Members