Class FlowchartDataSourceSettings
Represents to populate the Diagram with Node from an external flowchart data source.
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class FlowchartDataSourceSettings : DataSourceSettings, IFlowchartDataSourceSettings, IDataSourceSettings, INotifyPropertyChanged
Constructors
FlowchartDataSourceSettings()
Initializes a new instance of the FlowchartDataSourceSettings class.
Declaration
public FlowchartDataSourceSettings()
Properties
ConnectorTextMapping
Gets or sets the property name to map the ConnectorText in the underlying data object to data source item.
Declaration
public string ConnectorTextMapping { get; set; }
Property Value
Type |
---|
System.String |
ContentMapping
Gets or sets the property name to map the Content in the underlying data object to data source item.
Declaration
public string ContentMapping { get; set; }
Property Value
Type |
---|
System.String |
HeightMapping
Gets or sets the property name to map the Height in the underlying data object to data source item.
Declaration
public string HeightMapping { get; set; }
Property Value
Type |
---|
System.String |
ShapeMapping
Gets or sets the property name to map the Shape in the underlying data object to data source item.
Declaration
public string ShapeMapping { get; set; }
Property Value
Type |
---|
System.String |
WidthMapping
Gets or sets the property name to map the Width in the underlying data object to data source item.
Declaration
public string WidthMapping { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnPropertyChanged(String)
Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(name).
Declaration
protected override void OnPropertyChanged(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Overrides
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |