menu

UWP

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

    Show / Hide Table of Contents

    Class TimescaleLabel

    Represents the timescale label element

    Inheritance
    System.Object
    TimescaleLabel
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class TimescaleLabel : Object, INotifyPropertyChanged

    Constructors

    TimescaleLabel()

    Declaration
    public TimescaleLabel()

    Properties

    ActualContent

    Gets the actual date time value of the current timescale cell.

    Declaration
    public object ActualContent { get; }
    Property Value
    Type
    System.Object

    Content

    Gets or sets the formatted text value from current timescale cell.

    Declaration
    public string Content { get; set; }
    Property Value
    Type
    System.String

    IntervalType

    Gets the actual interval type of the timescale tier.

    Declaration
    public IntervalType IntervalType { get; }
    Property Value
    Type
    IntervalType

    LabelAlignment

    Gets or sets the LabelAlignment of the timescale tier.

    Declaration
    public TextAlignment LabelAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.TextAlignment

    Events

    PropertyChanged

    Occurs when property value is changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

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