menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeBase - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeBase

    Represents the base class for built-in shapes which is derived from NodeViewModel.

    Inheritance
    System.Object
    DiagramElementViewModel
    GroupableViewModel
    NodeViewModel
    ShapeBase
    ShapeNode
    Implements
    INode
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    DiagramElementViewModel.ID
    DiagramElementViewModel.Info
    DiagramElementViewModel.Key
    DiagramElementViewModel.OnPropertyChanged(String)
    DiagramElementViewModel.PropertyChanged
    GroupableViewModel.IsSelected
    GroupableViewModel.Name
    GroupableViewModel.SearchTags
    GroupableViewModel.ZIndex
    NodeViewModel.AnnotationConstraints
    NodeViewModel.Annotations
    NodeViewModel.ConnectorPadding
    NodeViewModel.Constraints
    NodeViewModel.Content
    NodeViewModel.ContentTemplate
    NodeViewModel.Flip
    NodeViewModel.FlipMode
    NodeViewModel.HitPadding
    NodeViewModel.IsExpanded
    NodeViewModel.LaneOffsetX
    NodeViewModel.LaneOffsetY
    NodeViewModel.MaxHeight
    NodeViewModel.MaxWidth
    NodeViewModel.Menu
    NodeViewModel.MinHeight
    NodeViewModel.MinWidth
    NodeViewModel.OffsetX
    NodeViewModel.OffsetY
    NodeViewModel.ParentGroup
    NodeViewModel.Pivot
    NodeViewModel.Ports
    NodeViewModel.PortVisibility
    NodeViewModel.RotateAngle
    NodeViewModel.Shape
    NodeViewModel.ShapeStyle
    NodeViewModel.SnapToObject
    NodeViewModel.ThemeStyleId
    NodeViewModel.UnitHeight
    NodeViewModel.UnitWidth
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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

    INode
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved