Class StackedBarItem
Inheritance
System.Object
StackedBarItem
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class StackedBarItem : RadControl
Constructors
Fields
Declaration
public static readonly DependencyProperty BarBorderBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BarBorderThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty BarBrushProperty
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
|
Properties
Declaration
public Brush BarBorderBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public double BarBorderThickness { get; set; }
Property Value
Declaration
public Brush BarBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public double BarHeightPercent { get; set; }
Property Value
Declaration
public Style BarStyle { get; set; }
Property Value
Methods
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods