Class RadStackedDataBar
Inheritance
System.Object
RadStackedDataBar
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class RadStackedDataBar : RadDataBarBase
Constructors
Declaration
public RadStackedDataBar()
Fields
Declaration
public static readonly DependencyProperty AppliedOverflowTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty AppliedUnderflowTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BarBorderBrushesProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BarBrushesProperty
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 DataTemplate AppliedOverflowTemplate { get; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public DataTemplate AppliedUnderflowTemplate { get; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public BrushCollection BarBorderBrushes { get; set; }
Property Value
Declaration
public BrushCollection BarBrushes { 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 AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected override void OnMaximumPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs
e
|
Overrides
Declaration
protected override void OnMinimumPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs
e
|
Overrides
Declaration
protected override void OnOriginValuePropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs
e
|
Overrides
Declaration
protected override void UpdateOutOfRangeTemplates()
Overrides
Extension Methods