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
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
CenteredText
Otrzymuje lub ustawia skoncentrowany tekst do wyświetlania na stronie legendy.
public string CenteredText { get; set; }
Wartość nieruchomości
LeftImage
Otrzymuje lub ustawia lewicowy obraz, który ma być wyświetlany w legendzie strony.
public Image LeftImage { get; set; }
Wartość nieruchomości
LeftText
Otrzymuje lub ustawia lewą tekst zharmonizowany do wyświetlania na stronie legendy.
public string LeftText { get; set; }
Wartość nieruchomości
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
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
RightText
Otrzymuje lub ustawia prawidłowy tekst dopasowany do wyświetlania w legendzie strony.
public string RightText { get; set; }
Wartość nieruchomości
Width
Zyskać lub ustawić szerokość legendy.
public double Width { get; set; }