Abstract base class of tools that edit C1Length.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  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

See Also