Class ShapeBase
Represents the base class for built-in shapes which is derived from NodeViewModel.
Inheritance
System.Object
ShapeBase
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ShapeBase : NodeViewModel, INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Constructors
ShapeBase()
Initializes a new instance of the ShapeBase class.
Declaration
public ShapeBase()
Methods
MeasureOverride()
Specifies a method to update the shape.
Declaration
public virtual void MeasureOverride()
UpdateShape()
Occurs when a Shapes property value changes.
Declaration
public virtual void UpdateShape()
Implements
System.ComponentModel.INotifyPropertyChanged