RadControls for WinForms

Represents element shape. Base class for specialized shapes such as EllipseShape, RoundRectShape, Office12Shape, etc.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[TypeConverterAttribute(typeof(ElementShapeConverter))]
public abstract class ElementShape : Component
Visual Basic
<TypeConverterAttribute(GetType(ElementShapeConverter))> _
Public MustInherit Class ElementShape _
	Inherits Component

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      Telerik.WinControls..::..ElementShape
        Telerik.WinControls..::..CustomShape
        Telerik.WinControls..::..EllipseShape
        Telerik.WinControls.OldShapeEditor..::..CustomShape
        Telerik.WinControls..::..RoundRectShape
        Telerik.WinControls.Tests..::..DonutShape
        Telerik.WinControls.Tests..::..MediaShape
        Telerik.WinControls.Tests..::..QAShape
        Telerik.WinControls.UI..::..OfficeShape
        Telerik.WinControls.UI..::..TabIEShape
        Telerik.WinControls.UI..::..TabVsShape

See Also