New to Telerik UI for WPFStart a free 30-day trial

Represents a LineNumberingDistanceNumericUpDown control.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class LineNumberingDistanceNumericUpDown : RadNumericUpDown

Inheritance: objectRadRangeBaseRadNumericUpDownLineNumberingDistanceNumericUpDown

Inherited Members RadNumericUpDown.ShowTextBoxPropertyRadNumericUpDown.ValueFormatPropertyRadNumericUpDown.NumberFormatInfoPropertyRadNumericUpDown.UpdateValueEventPropertyRadNumericUpDown.IncreaseButtonContentTemplatePropertyRadNumericUpDown.DecreaseButtonContentTemplatePropertyRadNumericUpDown.ShowButtonsPropertyRadNumericUpDown.NullValuePropertyRadNumericUpDown.IsHighlightedPropertyRadNumericUpDown.IsEditablePropertyRadNumericUpDown.IsReadOnlyPropertyRadNumericUpDown.CustomUnitPropertyRadNumericUpDown.IsIntegerPropertyRadNumericUpDown.NumberDecimalDigitsPropertyRadNumericUpDown.HideTrailingZerosPropertyRadNumericUpDown.NumberDecimalSeparatorPropertyRadNumericUpDown.UpdateValueToMatchTextOnLostFocusPropertyRadNumericUpDown.AreButtonsTabStopsPropertyRadNumericUpDown.SelectAll()RadNumericUpDown.Select(int, int)RadNumericUpDown.OnApplyTemplate()RadNumericUpDown.ChangeValue(double)RadNumericUpDown.OnInitialized(EventArgs)RadNumericUpDown.OnValueChanged(RadRangeBaseValueChangedEventArgs)RadNumericUpDown.OnKeyDown(object, KeyEventArgs)RadNumericUpDown.OnMouseWheel(MouseWheelEventArgs)RadNumericUpDown.OnMouseLeave(MouseEventArgs)RadNumericUpDown.OnMouseEnter(MouseEventArgs)RadNumericUpDown.OnLostFocus(RoutedEventArgs)RadNumericUpDown.OnGotFocus(RoutedEventArgs)RadNumericUpDown.OnMouseLeftButtonDown(MouseButtonEventArgs)RadNumericUpDown.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)RadNumericUpDown.OnCreateAutomationPeer()RadNumericUpDown.NumberDecimalDigitsRadNumericUpDown.AreButtonsTabStopsRadNumericUpDown.CustomUnitRadNumericUpDown.IsEditableRadNumericUpDown.IsReadOnlyRadNumericUpDown.IsIntegerRadNumericUpDown.ShowTextBoxRadNumericUpDown.ValueFormatRadNumericUpDown.NumberFormatInfoRadNumericUpDown.ShowButtonsRadNumericUpDown.IsHighlightedRadNumericUpDown.NullValueRadNumericUpDown.IncreaseButtonContentTemplateRadNumericUpDown.DecreaseButtonContentTemplateRadNumericUpDown.UpdateValueEventRadNumericUpDown.HideTrailingZerosRadNumericUpDown.NumberDecimalSeparatorRadNumericUpDown.UpdateValueToMatchTextOnLostFocusRadNumericUpDown.ContentTextRadRangeBase.LargeChangePropertyRadRangeBase.MaximumPropertyRadRangeBase.MinimumPropertyRadRangeBase.SmallChangePropertyRadRangeBase.ValuePropertyRadRangeBase.AutoReversePropertyRadRangeBase.ToString()RadRangeBase.OnMaximumChanged(double, double)RadRangeBase.OnMinimumChanged(double, double)RadRangeBase.LargeChangeRadRangeBase.MaximumRadRangeBase.MinimumRadRangeBase.SmallChangeRadRangeBase.ValueRadRangeBase.AutoReverseRadRangeBase.ValueChanged...

Constructors

C#
public LineNumberingDistanceNumericUpDown()

Methods

Formats the display value when the control is not focused.

C#
public override string FormatDisplay()
Returns:

string

Returns value that is displayed when the control doesn't have focus.

Overrides: RadNumericUpDown.FormatDisplay()

Formats the value when the control is in focus and the user is editing the content.

C#
public override string FormatEdit()
Returns:

string

Return the value when the control is in focus and the user is editing the content.

Overrides: RadNumericUpDown.FormatEdit()