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