Class PageLegend

Class PageLegend

İsim alanı : Aspose.Tasks.Visualization Toplantı: Aspose.Tasks.dll (25.4.0)

Proje baskı için kullanılan bir sayfa efsanesini temsil eder.

public class PageLegend

Inheritance

object PageLegend

mirasçı üyeleri

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

Sayfa efsanesinde görüntülenecek merkezli görüntüyü alır veya ayarlar.

public Image CenteredImage { get; set; }

Mülkiyet Değer

Image

CenteredText

Sayfa efsanesinde görüntülenecek merkezli metni alır veya ayarlar.

public string CenteredText { get; set; }

Mülkiyet Değer

string

LeftImage

Sayfa efsanesinde görüntülenmesi için sol düzleştirilmiş görüntüyü alır veya ayarlar.

public Image LeftImage { get; set; }

Mülkiyet Değer

Image

LeftText

Sayfa efsanesinde gösterilecek sol düzleştirilmiş metni alır veya ayarlar.

public string LeftText { get; set; }

Mülkiyet Değer

string

LegendOn

Efsanelerin ortaya çıktığı sayfaları alır veya ayarlar. Aspose.Tasks.Visualization.Legend listesinin değerlerinden biri olabilir.

public Legend LegendOn { get; set; }

Mülkiyet Değer

Legend

RightImage

Sayfa efsanesinde gösterilecek doğru düzleştirilmiş görüntüyü alır veya ayarlar.

public Image RightImage { get; set; }

Mülkiyet Değer

Image

RightText

Sayfa efsanesinde gösterilecek doğru düzleştirilmiş metni alır veya ayarlar.

public string RightText { get; set; }

Mülkiyet Değer

string

Width

Efsanelerin genişliğini alır ya da ayarlar.

public double Width { get; set; }

Mülkiyet Değer

double

 Türkçe