menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearScaleTick - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinearScaleTick

    Represents the tick in the linear scale.

    Inheritance
    System.Object
    LinearScaleTick
    Namespace: Syncfusion.UI.Xaml.Gauges
    Assembly: Syncfusion.SfGauge.UWP.dll
    Syntax
    public class LinearScaleTick : Control

    Constructors

    LinearScaleTick()

    Initializes a new instance of the LinearScaleTick class.

    Declaration
    public LinearScaleTick()

    Fields

    TickLengthProperty

    using a DependencyProperty as backing store for TickLength. This enables animation,styling,binding,etc...

    Declaration
    public static readonly DependencyProperty TickLengthProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TickPositionProperty

    Using a DependencyProperty as the backing store for TickPosition. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TickPositionProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TickStrokeProperty

    using a DependencyProperty as backing store for TickStroke. This enables animation,styling,binding,etc...

    Declaration
    public static readonly DependencyProperty TickStrokeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TickStrokeThicknessProperty

    Using a DependencyProperty as the backing store for TickStrokeThickness. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TickStrokeThicknessProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TickTemplateProperty

    Using a DependencyProperty as the backing store for TickTemplate. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TickTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    TickLength

    Gets or sets the length of ticks in the linear scale.

    Declaration
    public double TickLength { get; set; }
    Property Value
    Type
    System.Double

    TickPosition

    Gets or sets the position to arrange ticks in linear scale.

    Declaration
    public LinearTicksPosition TickPosition { get; set; }
    Property Value
    Type
    LinearTicksPosition

    TickStroke

    Gets or sets the stroke of ticks in the linear scale.

    Declaration
    public Brush TickStroke { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    TickStrokeThickness

    Gets or sets the thickness of ticks in the linear scale.

    Declaration
    public double TickStrokeThickness { get; set; }
    Property Value
    Type
    System.Double

    TickTemplate

    Gets or sets the template for customizing the Tick.

    Declaration
    public DataTemplate TickTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.DataTemplate

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved