Class RadDataBar
Inheritance
System.Object
RadDataBar
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class RadDataBar : RadDataBarBase
Constructors
Fields
Declaration
public static readonly DependencyProperty AppliedBarBorderBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty AppliedBarBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty AppliedLabelMarginProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty AppliedOutOfRangeRuleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty AppliedOutOfRangeTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BarLeftPercentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BarRightPercentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelDistanceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelPositionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelTextProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty NegativeValueBorderBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty NegativeValueBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ShowOutOfRangeIndicatorsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ValueBorderBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ValueBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Brush AppliedBarBorderBrush { get; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public Brush AppliedBarBrush { get; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public Thickness AppliedLabelMargin { get; }
Property Value
|
Microsoft.UI.Xaml.Thickness
|
Declaration
public OutOfRangeRule AppliedOutOfRangeRule { get; }
Property Value
Declaration
public DataTemplate AppliedOutOfRangeTemplate { get; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public double BarLeftPercent { get; }
Property Value
Declaration
public double BarRightPercent { get; }
Property Value
Declaration
public double LabelDistance { get; set; }
Property Value
Declaration
public LabelPosition LabelPosition { get; set; }
Property Value
Declaration
public Style LabelStyle { get; set; }
Property Value
Declaration
public string LabelText { get; }
Property Value
Declaration
public Visibility LabelVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public Brush NegativeValueBorderBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public Brush NegativeValueBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public bool ShowOutOfRangeIndicators { get; set; }
Property Value
Declaration
public double Value { get; set; }
Property Value
Declaration
public Brush ValueBorderBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public Brush ValueBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
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