Class ElementProperties
Defines properties for decorating TableBase area.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class ElementProperties : DependencyObject
Constructors
ElementProperties()
Declaration
public ElementProperties()
Fields
BackgroundProperty
Identifies the Background dependency property.
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
System.Windows.DependencyProperty
|
BorderBrushProperty
Identifies the BorderBrush dependency property.
Declaration
public static readonly DependencyProperty BorderBrushProperty
Field Value
System.Windows.DependencyProperty
|
BorderThicknessProperty
Identifies the BorderThickness dependency property.
Declaration
public static readonly DependencyProperty BorderThicknessProperty
Field Value
System.Windows.DependencyProperty
|
FontWeightProperty
Identifies the FontWeight dependency property.
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
System.Windows.DependencyProperty
|
ForegroundProperty
Identifies the Foreground dependency property.
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Background
Gets or sets the System.Windows.Media.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
System.Windows.Media.Brush
|
BorderBrush
Gets or sets the System.Windows.Media.Brush that draws the outer border color.
Declaration
public Brush BorderBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
BorderThickness
Gets or sets the relative System.Windows.Thickness of a border area.
Declaration
public Nullable<Thickness> BorderThickness { get; set; }
Property Value
System.Nullable<System.Windows.Thickness>
|
FontWeight
Gets or sets the thickness of the specified font.
Declaration
public Nullable<FontWeight> FontWeight { get; set; }
Property Value
System.Nullable<System.Windows.FontWeight>
|
Foreground
Gets or sets the System.Windows.Media.Brush to apply to the text contents. This is a dependency property.
Declaration
public Brush Foreground { get; set; }
Property Value
System.Windows.Media.Brush
|