menu

UWP

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

    Show / Hide Table of Contents

    Class TimescaleSettings

    Defines all Syncfusion.UI.Xaml.Gantt.TimescaleSettings.Timescale members.

    Inheritance
    System.Object
    TimescaleSettings
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class TimescaleSettings : DependencyObject

    Constructors

    TimescaleSettings()

    Initializes a new instance of the TimescaleSettings class.

    Declaration
    public TimescaleSettings()

    Fields

    BackgroundProperty

    The background property.

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

    BorderBrushProperty

    The border brush property.

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

    BottomTierProperty

    The bottom tier property.

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

    CellSizeProperty

    The cell size property.

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

    ForegroundProperty

    The foreground property.

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

    TopTierProperty

    The top tier property.

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

    Properties

    Background

    Gets or sets the Windows.UI.Xaml.Media.Brush that describes timescale background.

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

    BorderBrush

    Gets or sets the Windows.UI.Xaml.Media.Brush that describes timescale border brush.

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

    BottomTier

    Gets or sets the bottom tier that holds all TimescaleTier properties.

    Declaration
    public TimescaleTier BottomTier { get; set; }
    Property Value
    Type
    TimescaleTier

    CellSize

    Gets or sets the timescale cell size.

    Declaration
    public int CellSize { get; set; }
    Property Value
    Type
    System.Int32

    Foreground

    Gets or sets the Windows.UI.Xaml.Media.Brush that describes timescale foreground.

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

    TopTier

    Gets or sets the top tier that holds all TimescaleTier properties.

    Declaration
    public TimescaleTier TopTier { get; set; }
    Property Value
    Type
    TimescaleTier

    Extension Methods

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