ClassElementProperties
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
ElementProperties()
Declaration
public ElementProperties()
Fields
BackgroundProperty
Identifies the Background dependency property.
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
DependencyProperty
BorderBrushProperty
Identifies the BorderBrush dependency property.
Declaration
public static readonly DependencyProperty BorderBrushProperty
Field Value
DependencyProperty
BorderThicknessProperty
Identifies the BorderThickness dependency property.
Declaration
public static readonly DependencyProperty BorderThicknessProperty
Field Value
DependencyProperty
FontWeightProperty
Identifies the FontWeight dependency property.
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
DependencyProperty
ForegroundProperty
Identifies the Foreground dependency property.
Declaration
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
public Brush Background { get; set; }
Property Value
Brush
BorderBrush
Gets or sets the Brush that draws the outer border color.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Brush
BorderThickness
Gets or sets the relative Thickness of a border area.
Declaration
public Thickness? BorderThickness { get; set; }
Property Value
Thickness?
FontWeight
Gets or sets the thickness of the specified font.
Declaration
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
public Brush Foreground { get; set; }
Property Value
Brush
Methods
CreateInstanceCore()
Creates new instance of ElementProperties.
Declaration
protected override Freezable CreateInstanceCore()
Returns
Freezable
New instance of ElementProperties.