[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1ThicknessPicker

C1ThicknessPicker Class

Control used to pick a Thickness value.

Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.Toolbar.4.6.2.dll
Syntax
[TemplatePart(Name = "Left", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "Right", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "Top", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "Bottom", Type = typeof(C1NumericBox))]
[TemplateVisualState(Name = "MouseOver", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Disabled", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Normal", GroupName = "CommonStates")]
public class C1ThicknessPicker : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
C1ThicknessPicker()

Initializes a new instance of a C1ThicknessPicker.

Fields

Name Description
ThicknessProperty

Identifies the Thickness dependency property.

Properties

Name Description
Thickness

Gets or sets the current thickness value.

Methods

Name Description
ChangeVisualStateCommon(bool)

Updates the current visual state of the Common visual state group to match the object's properties.

OnApplyTemplate()

Builds the visual tree for the C1ThicknessPicker control when a new template is applied.

OnPropertyChanged(DependencyPropertyChangedEventArgs)

Invoked whenever the effective value of any dependency property has been updated.

Events

Name Description
IsMouseOverChanged

Event raised when the IsMouseOver property has changed.

ThicknessChanged

Event raised when the Thickness property has changed.