See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the DiagramRelationLayout object that is being rendered.
Namespace: NTier.Model.FormsAssembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
public DiagramRelationLayout RelationLayout { get; set; } |
Visual Basic |
---|
Public Property RelationLayout As DiagramRelationLayout
Get
Set |
Visual C++ |
---|
public:
property DiagramRelationLayout^ RelationLayout {
DiagramRelationLayout^ get ();
void set (DiagramRelationLayout^ value);
} |
Property Value
Type:
DiagramRelationLayout
See Also