Toolbar button that makes text bold in a C1RichTextBox.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)
Syntax
C# |
---|
public class C1BoldTool : C1ToggleButtonTool<Nullable<FontWeight>> |
Visual Basic |
---|
Public Class C1BoldTool _ Inherits C1ToggleButtonTool(Of Nullable(Of FontWeight)) |
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ContentControl
System.Windows.Controls.Primitives..::..ButtonBase
System.Windows.Controls.Primitives..::..ToggleButton
C1ToolbarToggleButton
C1.Silverlight.RichTextBox..::..C1ToggleButtonTool<(Of <(<'Nullable<(Of <(<'FontWeight>)>)>>)>)>
C1.Silverlight.RichTextBox..::..C1BoldTool
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ContentControl
System.Windows.Controls.Primitives..::..ButtonBase
System.Windows.Controls.Primitives..::..ToggleButton
C1ToolbarToggleButton
C1.Silverlight.RichTextBox..::..C1ToggleButtonTool<(Of <(<'Nullable<(Of <(<'FontWeight>)>)>>)>)>
C1.Silverlight.RichTextBox..::..C1BoldTool