XlsShapeFill
Texture Property
|
Represents gradient texture
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual GradientTextureType Texture { get; set; }
Public Overridable Property Texture As GradientTextureType
Get
Set
public:
virtual property GradientTextureType Texture {
GradientTextureType get ();
void set (GradientTextureType value);
}
abstract Texture : GradientTextureType with get, set
override Texture : GradientTextureType with get, set
Property Value
Type:
GradientTextureType
Implements
IShapeFill
Texture
See Also