Control used to pick a Thickness value.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)
Syntax
C# |
---|
[TemplatePartAttribute(Name = "Top", Type = typeof(C1NumericBox))] [TemplatePartAttribute(Name = "Left", Type = typeof(C1NumericBox))] [TemplatePartAttribute(Name = "Right", Type = typeof(C1NumericBox))] [TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")] [TemplatePartAttribute(Name = "Bottom", Type = typeof(C1NumericBox))] [TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")] public class C1ThicknessPicker : Control |
Visual Basic |
---|
<TemplatePartAttribute(Name := "Top", Type := GetType(C1NumericBox))> _ <TemplatePartAttribute(Name := "Left", Type := GetType(C1NumericBox))> _ <TemplatePartAttribute(Name := "Right", Type := GetType(C1NumericBox))> _ <TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _ <TemplatePartAttribute(Name := "Bottom", Type := GetType(C1NumericBox))> _ <TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _ Public Class C1ThicknessPicker _ Inherits Control |
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.RichTextBox..::..C1ThicknessPicker
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.RichTextBox..::..C1ThicknessPicker