Northwoods.GoWPF 2.2.4 Assembly
LinksSource Property (Diagram)

Gets and sets the diagram's Model's Northwoods.GoXam.Model.ILinksModel.LinksSource, if the model is an Northwoods.GoXam.Model.ILinksModel.
Syntax
Public Property LinksSource As IEnumerable
public IEnumerable LinksSource {get; set;}

Property Value

The setter ignores new values that are null.
Remarks

Setting this property will not automatically create a model for you, if Model is null. You will need to set that Model property explicitly, usually in code. When the value of this property changes, the new value is used as the new value for the Northwoods.GoXam.Model.ILinksModel.LinksSource property.

When the Model is replaced, or when the model's Northwoods.GoXam.Model.ILinksModel.LinksSource changes, this dependency property will automatically be set to the new collection value.

If you want to data-bind this property, you should use "Mode=TwoWay".

Requirements
See Also

Reference

Diagram Class
Diagram Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback