Intersoft ClientUI Documentation
Block Class
Members 



An abstract class that provides a base for all block-level content elements.
Object Model
Block ClassBorderStyle Class
Syntax
Public MustInherit Class Block 
   Inherits TextElement
Dim instance As Block
public abstract class Block : TextElement 
public ref class Block abstract : public TextElement 
Remarks

All elements that inherit from Block, will have the following configuration:

Elements that inherit from Block are Section, Paragraph, List, BlockUIContainer, and Table.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.Documents.TextElement
         Intersoft.Client.Documents.Block
            Intersoft.Client.Documents.BlockUIContainer
            Intersoft.Client.Documents.List
            Intersoft.Client.Documents.Paragraph
            Intersoft.Client.Documents.Section
            Intersoft.Client.Documents.Table

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Block Members
Intersoft.Client.Documents Namespace

Send Feedback