Class BarIndicatorSegment
Inheritance
System.Object
BarIndicatorSegment
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BarIndicatorSegment : RadControl
Constructors
Declaration
public BarIndicatorSegment()
Fields
Declaration
public static readonly DependencyProperty LengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public double Length { get; set; }
Property Value
Declaration
public Brush Stroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public double Thickness { get; set; }
Property Value
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods