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