RadControls for WinForms

Represents a base type for all primitives. Defines PaintPrimitive method that is overridden in all derived classes.

Primitives are these RadElement(s) that are actually drawn on the screen.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class BasePrimitive : VisualElement, 
	IPrimitive
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class BasePrimitive _
	Inherits VisualElement _
	Implements IPrimitive

Inheritance Hierarchy

See Also