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 NumberItem class.
Declaration
public NumberItem(string pattern, Color foreground)
Parameters
System.String
pattern
The pattern. |
System.Windows.Media.Color
foreground
The foreground. |
Fields
PatternProperty
Pattern dependency property.
Declaration
public static readonly DependencyProperty PatternProperty
Field Value
System.Windows.DependencyProperty
|
TextProperty
Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Foreground
Gets or sets the foreground.
Declaration
public SolidColorBrush Foreground { get; set; }
Property Value
System.Windows.Media.SolidColorBrush
The foreground. |
Pattern
Gets or sets the pattern.
Declaration
public string Pattern { get; set; }
Property Value
System.String
The pattern. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
The text. |