LinearGradientBrush
SpreadMethod Property
|
Gets or sets the SpreadMethod.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public SpreadMethod SpreadMethod { get; set; }
Public Property SpreadMethod As SpreadMethod
Get
Set
public:
property SpreadMethod SpreadMethod {
SpreadMethod get ();
void set (SpreadMethod value);
}
member SpreadMethod : SpreadMethod with get, set
Property Value
Type:
SpreadMethod
See Also