Class DiagramBaseItem
Represents the base class of all the diagram elements.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class DiagramBaseItem : BindableObject
Constructors
DiagramBaseItem()
Declaration
public DiagramBaseItem()
Fields
NameProperty
Represents the bindable property of Name.
Declaration
public static readonly BindableProperty NameProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Name
Gets or sets the Name of the item.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnBindingContextChanged()
Override the method from base class to execute an action when the BindingContext changes.
Declaration
protected override void OnBindingContextChanged()