SVGBuilderExtensions.Type
SVGBuilderExtensions.Type method 
Sets the ’type’ attribute of a component transfer function element.
public static TBuilder Type<TBuilder>(this TBuilder builder, ComponentTransferType type)
    where TBuilder : ISVGElementBuilder, ITransferFunctionAttributeSetter
| Parameter | Description | 
|---|---|
| TBuilder | The type of the SVG element builder. | 
| builder | The builder instance. | 
| type | The type of the component transfer function (e.g., linear, gamma). | 
Return Value
The builder instance for chaining.
See Also
- enum ComponentTransferType
 - interface ISVGElementBuilder
 - interface ITransferFunctionAttributeSetter
 - class SVGBuilderExtensions
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG