InterfaceIGeometryShape
Interface
Defines an IShape with geometry content.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface IGeometryShape : IShape, IDiagramItem, ISerializable, ISupportMouseOver, IPropertyChanged, IGroupable, ISupportManipulation, ISupportVirtualization, IContainerChild, ICollapsible, ISupportRotation
Inherited Members
Properties
Geometry
Gets or sets the geometry of the shape.
Declaration
cs-api-definition
Geometry Geometry { get; set; }
Property Value
Geometry