NumberItem
Class
Represents a number item.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class NumberItem : DependencyObject
Inheritance: objectNumberItem
Constructors
Initializes a new instance of the NumberItem class.
C#
public NumberItem(string pattern, Color foreground)
The pattern.
foregroundColorThe foreground.
Fields
PatternProperty
DependencyProperty
Pattern dependency property.
C#
public static readonly DependencyProperty PatternProperty
TextProperty
DependencyProperty
Text dependency property.
C#
public static readonly DependencyProperty TextProperty
Properties
Foreground
SolidColorBrush
Gets or sets the foreground.
C#
public SolidColorBrush Foreground { get; set; }
The foreground.
Gets or sets the pattern.
C#
public string Pattern { get; set; }
The pattern.