Abstract base class of tools that edit C1Length.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)
Syntax
C# |
---|
[TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")] [TemplatePartAttribute(Name = "Value", Type = typeof(C1NumericBox))] [TemplatePartAttribute(Name = "Unit", Type = typeof(ComboBox))] [TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")] public abstract class C1LengthTool : Control, IUpdateableTool |
Visual Basic |
---|
<TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _ <TemplatePartAttribute(Name := "Value", Type := GetType(C1NumericBox))> _ <TemplatePartAttribute(Name := "Unit", Type := GetType(ComboBox))> _ <TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _ 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