ElementProperties
Defines properties for decorating TableBase area.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
public class ElementProperties : Freezable
Inheritance: objectElementProperties
Derived Classes:
Constructors
public ElementProperties()
Fields
BackgroundProperty
DependencyProperty
Identifies the Background dependency property.
public static readonly DependencyProperty BackgroundProperty
BorderBrushProperty
DependencyProperty
Identifies the BorderBrush dependency property.
public static readonly DependencyProperty BorderBrushProperty
BorderThicknessProperty
DependencyProperty
Identifies the BorderThickness dependency property.
public static readonly DependencyProperty BorderThicknessProperty
FontWeightProperty
DependencyProperty
Identifies the FontWeight dependency property.
public static readonly DependencyProperty FontWeightProperty
ForegroundProperty
DependencyProperty
Identifies the Foreground dependency property.
public static readonly DependencyProperty ForegroundProperty
Properties
Background
Brush
Gets or sets the Brush that fills the area between the bounds of a border area. This is a dependency property.
public Brush Background { get; set; }
BorderBrush
Brush
Gets or sets the Brush that draws the outer border color.
public Brush BorderBrush { get; set; }
BorderThickness
Thickness?
Gets or sets the relative Thickness of a border area.
public Thickness? BorderThickness { get; set; }
FontWeight
FontWeight?
Gets or sets the thickness of the specified font.
public FontWeight? FontWeight { get; set; }
Foreground
Brush
Gets or sets the Brush to apply to the text contents. This is a dependency property.
public Brush Foreground { get; set; }
Methods
CreateInstanceCore()
Freezable
Creates new instance of ElementProperties.
protected override Freezable CreateInstanceCore()
Freezable
New instance of ElementProperties.