Class NumberItem
Represents a number item.
Inheritance
System.Object
NumberItem
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class NumberItem : DependencyObject
Constructors
NumberItem(String, Color)
Initializes a new instance of the Number
Declaration
public NumberItem(string pattern, Color foreground)
Parameters
System. The pattern. |
System. The foreground. |
Fields
PatternProperty
Pattern dependency property.
Declaration
public static readonly DependencyProperty PatternProperty
Field Value
System.
|
TextProperty
Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
System.
|
Properties
Foreground
Gets or sets the foreground.
Declaration
public SolidColorBrush Foreground { get; set; }
Property Value
System. The foreground. |
Pattern
Gets or sets the pattern.
Declaration
public string Pattern { get; set; }
Property Value
System. The pattern. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System. The text. |