Class BarStyle

Class BarStyle

名称: Aspose.Tasks.Visualization 集合: Aspose.Tasks.dll (25.4.0)

更改项目视图中的项目栏的视觉风格。

public class BarStyle

Inheritance

object BarStyle

继承人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

BarStyle()

启动了 Aspose.Tasks.Visualization.BarStyle 类的新例子。

public BarStyle()

Properties

BarColor

获取或设置 System.Drawing.Color 栏风格。

public Color BarColor { get; set; }

财产价值

Color

BarShape

获取或设置 Aspose.Tasks.Visualization.BarStyle.BarShape 酒吧风格。

public BarShape BarShape { get; set; }

财产价值

BarShape

BottomBarTextConverter

接收或设置用户定义的转换器,以便在任务栏底部传输文本,超过 Aspose.Tasks.Visualization.BarStyle.BottomField 属性。

public TaskBarTextConverter BottomBarTextConverter { get; set; }

财产价值

TaskBarTextConverter

BottomField

接收或设置一个字段将显示在字符串底部。

public Field BottomField { get; set; }

财产价值

Field

EndShape

接收或设置 Aspose.Tasks.Visualization.Shape 在栏末端。

public Shape EndShape { get; set; }

财产价值

Shape

EndShapeColor

接收或设置 System.Drawing.Color 形状在栏的尽头。

public Color EndShapeColor { get; set; }

财产价值

Color

EndShapeType

接收或设置终端形状的类型。WL29_.Visualization.GanttBarType。

public GanttBarType EndShapeType { get; set; }

财产价值

GanttBarType

From

接收或设置 Gantt 栏的起点位置。第29章 田野

public Field From { get; set; }

财产价值

Field

InsideBarTextConverter

获取或设置用户定义的转换器,以获取文本在任务栏内播放。

public TaskBarTextConverter InsideBarTextConverter { get; set; }

财产价值

TaskBarTextConverter

InsideField

接收或设置一个将显示在栏内的字段。

public Field InsideField { get; set; }

财产价值

Field

ItemType

获取或设置 Aspose.Tasks.Visualization.BarItem 酒吧风格的类型。

public BarItemType ItemType { get; set; }

财产价值

BarItemType

LeftBarTextConverter

接收或设置用户定义的转换器,以便在任务栏的左侧输入文本,超过 Aspose.Tasks.Visualization.BarStyle.LeftField 属性。

public TaskBarTextConverter LeftBarTextConverter { get; set; }

财产价值

TaskBarTextConverter

LeftField

接收或设置一个将显示在栏的左侧的字段。

public Field LeftField { get; set; }

财产价值

Field

RightBarTextConverter

接收或设置用户定义的转换器,以便在任务栏的右侧传输文本,超过 Aspose.Tasks.Visualization.BarStyle.RightField 属性。

public TaskBarTextConverter RightBarTextConverter { get; set; }

财产价值

TaskBarTextConverter

RightField

接收或设置一个将显示在栏的右侧的字段。

public Field RightField { get; set; }

财产价值

Field

StartShape

接收或设置 Aspose.Tasks.Visualization.Shape 在序列开始时。

public Shape StartShape { get; set; }

财产价值

Shape

StartShapeColor

接收或设置 System.Drawing.Color 形状在栏的开始。

public Color StartShapeColor { get; set; }

财产价值

Color

StartShapeType

接收或设置一个类型的开始形状。

public GanttBarType StartShapeType { get; set; }

财产价值

GanttBarType

TextStyle

收到或设置字符串的文本的风格。

public TextStyle TextStyle { get; set; }

财产价值

TextStyle

To

接收或设置一个结束点位置的手栏。

public Field To { get; set; }

财产价值

Field

TopBarTextConverter

接收或设置用户定义的转换器,以便在任务栏顶部播放文本,超过 Aspose.Tasks.Visualization.BarStyle.TopField 属性。

public TaskBarTextConverter TopBarTextConverter { get; set; }

财产价值

TaskBarTextConverter

TopField

接收或设置一个字段将显示在栏的顶部。

public Field TopField { get; set; }

财产价值

Field

 中文