Intersoft ClientUI Documentation
AnchoredBlock Class
Members  See Also  Send Feedback
Intersoft.Client.Documents Namespace : AnchoredBlock Class






An abstract class that provides a base for Inline elements that are used to anchor Block elements to flow content.

Object Model

AnchoredBlock Class

Syntax

Visual Basic (Declaration) 
<ContentPropertyAttribute("Blocks")>
Public Class AnchoredBlock 
   Inherits Inline
Visual Basic (Usage)Copy Code
Dim instance As AnchoredBlock
C# 
[ContentPropertyAttribute("Blocks")]
public class AnchoredBlock : Inline 
Delphi 
public class AnchoredBlock = class(Inline)
JScript 
ContentPropertyAttribute("Blocks")
public class AnchoredBlock extends Inline
Managed Extensions for C++ 
[ContentPropertyAttribute("Blocks")]
public __gc class AnchoredBlock : public Inline 
C++/CLI 
[ContentPropertyAttribute("Blocks")]
public ref class AnchoredBlock : public Inline 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.Documents.TextElement
         Intersoft.Client.Documents.Inline
            Intersoft.Client.Documents.AnchoredBlock
               Intersoft.Client.Documents.Floater

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.