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.SrcAssembly: 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
System..::.Object
C1.C1PrintDocument..::.C1TreeNode
C1.C1PrintDocument.DocEngine.Src..::.DrawelBase
C1.C1PrintDocument.DocEngine.Src..::.Drawel
C1.C1PrintDocument.DocEngine.Src..::.DrawelArea
C1.C1PrintDocument.DocEngine.Src..::.DrawelImage
C1.C1PrintDocument.DocEngine.Src..::.DrawelInput
C1.C1PrintDocument.DocEngine.Src..::.DrawelOwnerDraw
C1.C1PrintDocument.DocEngine.Src..::.DrawelPageSetting
C1.C1PrintDocument.DocEngine.Src..::.DrawelRichText
C1.C1PrintDocument.DocEngine.Src..::.DrawelShape
C1.C1PrintDocument.DocEngine.Src..::.DrawelTextBase
C1.C1PrintDocument..::.C1TreeNode
C1.C1PrintDocument.DocEngine.Src..::.DrawelBase
C1.C1PrintDocument.DocEngine.Src..::.Drawel
C1.C1PrintDocument.DocEngine.Src..::.DrawelArea
C1.C1PrintDocument.DocEngine.Src..::.DrawelImage
C1.C1PrintDocument.DocEngine.Src..::.DrawelInput
C1.C1PrintDocument.DocEngine.Src..::.DrawelOwnerDraw
C1.C1PrintDocument.DocEngine.Src..::.DrawelPageSetting
C1.C1PrintDocument.DocEngine.Src..::.DrawelRichText
C1.C1PrintDocument.DocEngine.Src..::.DrawelShape
C1.C1PrintDocument.DocEngine.Src..::.DrawelTextBase