Class
NumberItem

Represents a number item.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class NumberItem : DependencyObject

Inheritance: objectNumberItem

Constructors

NumberItem(string, Color)

Initializes a new instance of the NumberItem class.

Declaration

cs-api-definition
public NumberItem(string pattern, Color foreground)

Parameters

pattern

string

The pattern.

foreground

Color

The foreground.

Fields

PatternProperty

Pattern dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PatternProperty

Field Value

DependencyProperty

TextProperty

Text dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

Properties

Foreground

Gets or sets the foreground.

Declaration

cs-api-definition
public SolidColorBrush Foreground { get; set; }

Property Value

SolidColorBrush

The foreground.

Pattern

Gets or sets the pattern.

Declaration

cs-api-definition
public string Pattern { get; set; }

Property Value

string

The pattern.

Text

Gets or sets the text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

The text.