Class PageLegend

Class PageLegend

Nazwa przestrzeń: Aspose.Tasks.Visualization Zgromadzenie: Aspose.Tasks.dll (25.4.0)

Przedstawia legendę strony, która jest używana do drukowania projektów.

public class PageLegend

Inheritance

object PageLegend

Dziedziczeni członkowie

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

Otrzymuje lub ustawia skoncentrowany obraz, który ma być wyświetlany w legendzie strony.

public Image CenteredImage { get; set; }

Wartość nieruchomości

Image

CenteredText

Otrzymuje lub ustawia skoncentrowany tekst do wyświetlania na stronie legendy.

public string CenteredText { get; set; }

Wartość nieruchomości

string

LeftImage

Otrzymuje lub ustawia lewicowy obraz, który ma być wyświetlany w legendzie strony.

public Image LeftImage { get; set; }

Wartość nieruchomości

Image

LeftText

Otrzymuje lub ustawia lewą tekst zharmonizowany do wyświetlania na stronie legendy.

public string LeftText { get; set; }

Wartość nieruchomości

string

LegendOn

Otrzymuje lub ustawia strony, na których pojawia się legenda. może być jedną z wartości Aspose.Tasks.Visualization.Legend listy.

public Legend LegendOn { get; set; }

Wartość nieruchomości

Legend

RightImage

Otrzymuje lub ustawia prawidłowy zharmonizowany obraz, który ma być wyświetlany w legendzie strony.

public Image RightImage { get; set; }

Wartość nieruchomości

Image

RightText

Otrzymuje lub ustawia prawidłowy tekst dopasowany do wyświetlania w legendzie strony.

public string RightText { get; set; }

Wartość nieruchomości

string

Width

Zyskać lub ustawić szerokość legendy.

public double Width { get; set; }

Wartość nieruchomości

double

 Polski