The base class for all visible source tree drawels Notes: All attributes stored in XML (see C1PrintDocument spec) should be implicitly convertible to and from strings which are their xml representation, and should have constructors accepting string argument.

Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public abstract class Drawel : DrawelBase, 
	IDrawel
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public MustInherit Class Drawel _
	Inherits DrawelBase _
	Implements IDrawel

Inheritance Hierarchy

See Also