Class TimelineView

Class TimelineView

Nombre del espacio: Aspose.Tasks Asamblea: Aspose.Tasks.dll (25.4.0)

Representa una visión temporal de un proyecto.

public class TimelineView : View, IComparable<view>

Inheritance

object View TimelineView

Implements

IComparable

Miembros heredados

View.Equals(object) ,y, View.GetHashCode() ,y, View.CompareTo(View) ,y, View.Filter ,y, View.Group ,y, View.Uid ,y, View.HighlightFilter ,y, View.Name ,y, View.Screen ,y, View.ParentProject ,y, View.Table ,y, View.Type ,y, View.ShowInMenu ,y, View.PageInfo ,y, View.VisualObjectsPlacements ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

TimelineView()

Inicia una nueva instancia de la clase Aspose.Tasks.TimelineView.

public TimelineView()

Properties

DateFormat

Obtenga o establece un valor que indica cómo formatar las fechas en la vista de Timeline.

public DateFormat DateFormat { get; set; }

Valor de la propiedad

DateFormat

DisplayOverlapped

Obtenga o establece un valor que indica si mostrar tareas sobrecargadas en varias líneas.

public bool DisplayOverlapped { get; set; }

Valor de la propiedad

bool

ShowDates

Recibe un valor que indica si mostrar las fechas.

public bool ShowDates { get; }

Valor de la propiedad

bool

ShowPanZoom

Obtenga o establece un valor que indique si mostrar el control de pan y zoom.

public bool ShowPanZoom { get; set; }

Valor de la propiedad

bool

ShowTimescale

Obtenga o establece un valor que indique si mostrar la escala horaria.

public bool ShowTimescale { get; set; }

Valor de la propiedad

bool

ShowToday

Obtenga o establece un valor que indique si mostrar una línea que representa hoy.

public bool ShowToday { get; set; }

Valor de la propiedad

bool

TextLinesCount

Obtenga o establece un valor que indica cuántas líneas se utilizan para mostrar la tarea en una línea de tiempo.

public int TextLinesCount { get; set; }

Valor de la propiedad

int

 Español