SVGBuilderExtensions.FillRule
SVGBuilderExtensions.FillRule<TBuilder> method
Sets the ‘fill-rule’ attribute for an SVG element using a predefined FillRule enum value.
public static TBuilder FillRule<TBuilder>(this TBuilder builder, FillRule value)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The FillRule enum value to set. |
Return Value
The builder instance for chaining.
See Also
- enum FillRule
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG