Class PageLegend

Class PageLegend

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

代表一页传奇,用于项目打印。

public class PageLegend

Inheritance

object PageLegend

继承人

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

Constructors

PageLegend()

public PageLegend()

Properties

CenteredImage

收到或设置中心图像将显示在页面传说中。

public Image CenteredImage { get; set; }

财产价值

Image

CenteredText

收到或设置中心文本在页面传奇中显示。

public string CenteredText { get; set; }

财产价值

string

LeftImage

获取或设置左边的图像将显示在页面传说中。

public Image LeftImage { get; set; }

财产价值

Image

LeftText

接收或设置在页面传奇中显示的左侧调整文本。

public string LeftText { get; set; }

财产价值

string

LegendOn

可以是 Aspose.Tasks.Visualization.Legend 列表的值之一。

public Legend LegendOn { get; set; }

财产价值

Legend

RightImage

获取或设置正确的调整图像将显示在页面传奇。

public Image RightImage { get; set; }

财产价值

Image

RightText

收到或设置正确的合并文本显示在页面传奇。

public string RightText { get; set; }

财产价值

string

Width

得到或设置传奇的宽度。

public double Width { get; set; }

财产价值

double

 中文