Class
ElementProperties

Defines properties for decorating TableBase area.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

cs-api-definition
public class ElementProperties : Freezable

Inheritance: objectElementProperties

Derived Classes: AlternationElementProperties

Constructors

ElementProperties()

Declaration

cs-api-definition
public ElementProperties()

Fields

BackgroundProperty

Identifies the Background dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BackgroundProperty

Field Value

DependencyProperty

BorderBrushProperty

Identifies the BorderBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BorderBrushProperty

Field Value

DependencyProperty

BorderThicknessProperty

Identifies the BorderThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BorderThicknessProperty

Field Value

DependencyProperty

FontWeightProperty

Identifies the FontWeight dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontWeightProperty

Field Value

DependencyProperty

ForegroundProperty

Identifies the Foreground dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ForegroundProperty

Field Value

DependencyProperty

Properties

Background

Gets or sets the Brush that fills the area between the bounds of a border area. This is a dependency property.

Declaration

cs-api-definition
public Brush Background { get; set; }

Property Value

Brush

BorderBrush

Gets or sets the Brush that draws the outer border color.

Declaration

cs-api-definition
public Brush BorderBrush { get; set; }

Property Value

Brush

BorderThickness

Gets or sets the relative Thickness of a border area.

Declaration

cs-api-definition
public Thickness? BorderThickness { get; set; }

Property Value

Thickness?

FontWeight

Gets or sets the thickness of the specified font.

Declaration

cs-api-definition
public FontWeight? FontWeight { get; set; }

Property Value

FontWeight?

Foreground

Gets or sets the Brush to apply to the text contents. This is a dependency property.

Declaration

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

Property Value

Brush

Methods

CreateInstanceCore()

Creates new instance of ElementProperties.

Declaration

cs-api-definition
protected override Freezable CreateInstanceCore()

Returns

Freezable

New instance of ElementProperties.