Class RadStacked100DataBar
Inheritance
System.Object
RadStacked100DataBar
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class RadStacked100DataBar : RadControl
Constructors
Declaration
public RadStacked100DataBar()
Fields
Declaration
public static readonly DependencyProperty BarBorderBrushesProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BarBorderThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BarBrushesProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BarHeightPercentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BarStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DataBarItemsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public BrushCollection BarBorderBrushes { get; set; }
Property Value
Declaration
public double BarBorderThickness { get; set; }
Property Value
Declaration
public BrushCollection BarBrushes { get; set; }
Property Value
Declaration
public double BarHeightPercent { get; set; }
Property Value
Declaration
public Style BarStyle { get; set; }
Property Value
Declaration
public IEnumerable<DataBarDataItem> DataBarItems { get; }
Property Value
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
|
System.Collections.IEnumerable
|
Declaration
public string ValuePath { get; set; }
Property Value
Methods
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
|
Windows.Foundation.Size
constraint
|
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods