New to Telerik UI for WPFStart a free 30-day trial

Defines properties for decorating TableBase area.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

C#
public class ElementProperties : Freezable

Inheritance: objectElementProperties

Derived Classes: AlternationElementProperties

Constructors

C#
public ElementProperties()

Fields

BackgroundProperty

DependencyProperty

Identifies the Background dependency property.

C#
public static readonly DependencyProperty BackgroundProperty

BorderBrushProperty

DependencyProperty

Identifies the BorderBrush dependency property.

C#
public static readonly DependencyProperty BorderBrushProperty

BorderThicknessProperty

DependencyProperty

Identifies the BorderThickness dependency property.

C#
public static readonly DependencyProperty BorderThicknessProperty

FontWeightProperty

DependencyProperty

Identifies the FontWeight dependency property.

C#
public static readonly DependencyProperty FontWeightProperty

ForegroundProperty

DependencyProperty

Identifies the Foreground dependency property.

C#
public static readonly DependencyProperty ForegroundProperty

Properties

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

C#
public Brush Background { get; set; }

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

C#
public Brush BorderBrush { get; set; }

BorderThickness

Thickness?

Gets or sets the relative Thickness of a border area.

C#
public Thickness? BorderThickness { get; set; }

FontWeight

FontWeight?

Gets or sets the thickness of the specified font.

C#
public FontWeight? FontWeight { get; set; }

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

C#
public Brush Foreground { get; set; }

Methods

Creates new instance of ElementProperties.

C#
protected override Freezable CreateInstanceCore()
Returns:

Freezable

New instance of ElementProperties.