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