Abstract base class of tools that edit C1Length.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)
Syntax
| C# |
|---|
[TemplatePartAttribute(Name = "Unit", Type = typeof(ComboBox))] [TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")] [TemplatePartAttribute(Name = "Value", Type = typeof(C1NumericBox))] public abstract class C1LengthTool : Control, IUpdateableTool |
| Visual Basic |
|---|
<TemplatePartAttribute(Name := "Unit", Type := GetType(ComboBox))> _ <TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _ <TemplatePartAttribute(Name := "Value", Type := GetType(C1NumericBox))> _ Public MustInherit Class C1LengthTool _ Inherits Control _ Implements IUpdateableTool |
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.RichTextBox..::..C1LengthTool
C1.Silverlight.RichTextBox..::..C1ColumnWidthTool
C1.Silverlight.RichTextBox..::..C1RowHeightTool
C1.Silverlight.RichTextBox..::..C1TableWidthTool
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.RichTextBox..::..C1LengthTool
C1.Silverlight.RichTextBox..::..C1ColumnWidthTool
C1.Silverlight.RichTextBox..::..C1RowHeightTool
C1.Silverlight.RichTextBox..::..C1TableWidthTool