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

Syntax

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

Parameters

texture
GradientTextureType

Implements

IShapeFill..::..PresetTextured(GradientTextureType)

See Also