Class XpsContentElement

Class XpsContentElement

Nazwa przestrzeń: Aspose.Page.XPS.XpsModel Zgromadzenie: Aspose.Page.dll (25.4.0)

Włącz funkcje elementów zawartości XPS: Canvas, Path i Glyphs.

public abstract class XpsContentElement : XpsHyperlinkElement, IEnumerable<xpscontentelement>, IEnumerable

Inheritance

object XpsObject XpsElement XpsHyperlinkElement XpsContentElement

Derived

XpsCanvas , XpsGlyphs , XpsPath

Implements

IEnumerable , IEnumerable

Dziedziczeni członkowie

XpsHyperlinkElement.HyperlinkTarget , XpsElement.GetEnumerator() , XpsElement.this[int] , XpsElement.Count , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Clip

Powraca / ustawia geometryczną instancję ścieżki ograniczającą odniesiony obszar elementu.

public XpsPathGeometry Clip { get; set; }

Wartość nieruchomości

XpsPathGeometry

Opacity

Powraca / ustawia wartość określającą jednolitą przejrzystość elementu.

public float Opacity { get; set; }

Wartość nieruchomości

float

OpacityMask

Powraca / ustawia szczoteczkę określającą maskę wartości alfaktóry jest stosowany do elementu w taki sam sposób jak atrybut Opacity,Ale umożliwiając różne wartości alfa dla różnych obszarów elementu.

public XpsBrush OpacityMask { get; set; }

Wartość nieruchomości

XpsBrush

RenderTransform

Powraca / ustawia matrycę transformacji wykończonej ustanawiając nową ramę koordynatowądla wszystkich atrybutów elementu i dla wszystkich elementów dziecka (jeśli istnieją).

public XpsMatrix RenderTransform { get; set; }

Wartość nieruchomości

XpsMatrix

 Polski