Class TickBarItem
Represents a set of items for the TickBar control.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class TickBarItem : Control, IDisposable
  Constructors
TickBarItem()
Initializes a new instance of the TickBarItem class. Syncfusion.UI.Xaml.Controls.Input namespace.
Declaration
public TickBarItem()
  Fields
EndPointXProperty
Using a DependencyProperty as the backing store for EndPoint. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EndPointXProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
EndPointYProperty
Using a DependencyProperty as the backing store for EndPointY. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EndPointYProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
FillProperty
Using a DependencyProperty as the backing store for Fill. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FillProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
LabelColorProperty
Using a DependencyProperty as the backing store for LabelColor. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelColorProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
LineOpacityProperty
Using a DependencyProperty as the backing store for LineOpacity. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LineOpacityProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
StartPointXProperty
Using a DependencyProperty as the backing store for StartPoint. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StartPointXProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
StartPointYProperty
Using a DependencyProperty as the backing store for StartPointY. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StartPointYProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
TickProperty
Using a DependencyProperty as the backing store for Tick. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TickProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
TicksProperty
Using a DependencyProperty as the backing store for Ticks. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TicksProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
Properties
EndPointX
Gets or sets the value for the EndPointX
Declaration
public double EndPointX { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
EndPointY
Gets or sets the value for the EndPoint
Declaration
public double EndPointY { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
Fill
Gets or sets the Brush value for the TickBarItem control.
Declaration
public Brush Fill { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Media.Brush | 
LabelColor
Gets or sets the text color of the label.
Declaration
public Brush LabelColor { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Media.Brush | 
LineOpacity
Gets or sets the value for the opacity of the line
Declaration
public double LineOpacity { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | To default value is 1.0  | 
      
StartPointX
Gets or sets the value for the StartPointX
Declaration
public double StartPointX { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
StartPointY
Gets or sets the value for the StartPointY
Declaration
public double StartPointY { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
Tick
Gets or sets a value for the tick
Declaration
public string Tick { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
Ticks
Gets or sets the value for the ticks.
Declaration
public int Ticks { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Methods
Dispose()
To clear unused objects
Declaration
public void Dispose()
  Dispose(Boolean)
Dispose method.
Declaration
protected virtual void Dispose(bool disposing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | boolean type  | 
      
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()