Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual void PresetTextured(
	GradientTextureType texture
)
Public Overridable Sub PresetTextured ( 
	texture As GradientTextureType
)
public:
virtual void PresetTextured(
	GradientTextureType texture
)
abstract PresetTextured : 
        texture : GradientTextureType -> unit 
override PresetTextured : 
        texture : GradientTextureType -> unit 

Parameters

texture
GradientTextureType

Implements

IShapeFill..::..PresetTextured(GradientTextureType)

See Also