Describes a single render drawel containing marked up text

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public sealed class MarkupDrawel : Drawel
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public NotInheritable Class MarkupDrawel _
	Inherits Drawel

Inheritance Hierarchy

System..::.Object
  C1.C1PrintDocument.DocEngine.Render..::.Drawel
    C1.C1PrintDocument.DocEngine.Render..::.MarkupDrawel

See Also