Intersoft ClientUI Documentation
Bold Class
Members 



An inline-level flow content element which causes content to render with a bold font weight.
Object Model
Bold ClassInlineCollection ClassInline Class
Syntax
Public Class Bold 
   Inherits Span
Dim instance As Bold
public class Bold : Span 
public ref class Bold : public Span 
Remarks

Bold element automatically set its content to render with a bold font weight. Instead of using Span with FontWeight property specified, you can simply use Bold element. Since Bold is inherited from Span, it can also contain multiple Inline elements. Bold is used in a similar manner to the <STRONG> tag in HTML.

XAML
Copy Code
<Intersoft:FlowDocument>
    <Intersoft:Paragraph>
        <Intersoft:Bold>
            <Intersoft:Run>
                Hello World!
            </Intersoft:Run>
        </Intersoft:Bold>
    </Intersoft:Paragraph>
</Intersoft:FlowDocument>

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.Documents.TextElement
         Intersoft.Client.Documents.Inline
            Intersoft.Client.Documents.Span
               Intersoft.Client.Documents.Bold

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

Bold Members
Intersoft.Client.Documents Namespace

Send Feedback