Class XpsSolidColorBrush

Class XpsSolidColorBrush

Název místa: Aspose.Page.XPS.XpsModel Shromáždění: Aspose.Page.dll (25.4.0)

Třída inkapsulující SolidColorBrush vlastnost prvek funkce.Tento prvek se používá k vyplnění definovaných geometrických oblastí pevnou barvou.

public sealed class XpsSolidColorBrush : XpsBrush

Inheritance

object XpsObject XpsBrush XpsSolidColorBrush

Dědiční členové

XpsBrush.Opacity , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Color

Vrátí / nastaví barvu pro vyplněné prvky.

public XpsColor Color { get; set; }

Hodnota nemovitosti

XpsColor

Methods

Clone()

Klonuje tento pevný barevný brús.

public XpsSolidColorBrush Clone()

Returns

XpsSolidColorBrush

Klon této pevné barevné brýle.

 Čeština