Class XpsLinearGradientBrush
Το όνομα: Aspose.Page.XPS.XpsModel Συγκέντρωση: Aspose.Page.dll (25.4.0)
Κλάση ενσωμάτωση LinearGradientBrush χαρακτηριστικά στοιχείου ιδιοκτησίας.Αυτό το στοιχείο χρησιμοποιείται για να προσδιορίσει ένα γραμμικό gradient σπρέι κατά μήκος ενός vector.
public sealed class XpsLinearGradientBrush : XpsGradientBrush
Inheritance
object ← XpsObject ← XpsBrush ← XpsTransformableBrush ← XpsGradientBrush ← XpsLinearGradientBrush
Κληρονομημένα μέλη
XpsGradientBrush.GradientStops , XpsGradientBrush.ColorInterpolationMode , XpsGradientBrush.SpreadMethod , XpsTransformableBrush.Transform , XpsBrush.Opacity , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
EndPoint
Επιστρέφει / τοποθετεί το τελικό σημείο του γραμμικού gradient.
public PointF EndPoint { get; set; }
Αξία ιδιοκτησίας
StartPoint
Επιστρέφει/καθιστά το σημείο εκκίνησης του γραμμικού gradient.
public PointF StartPoint { get; set; }
Αξία ιδιοκτησίας
Methods
Clone()
Κλωνοποιήστε αυτό το γραμμικό gradient σπρέι.
public XpsLinearGradientBrush Clone()
Returns
Η κλωνοποίηση αυτής της γραμμικής γραμμικής σφραγίδας.