SVGBuilderExtensions.Height
SVGBuilderExtensions.Height<TBuilder> method
Sets the ‘height’ attribute for an SVG element.
public static TBuilder Height<TBuilder>(this TBuilder builder, double value,
LengthType type = LengthType.Px)
where TBuilder : ISVGElementBuilder, IHeightAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The value for the ‘height’ attribute. |
type | The type of length measurement (default is pixels). |
Return Value
The builder instance for chaining.
See Also
- enum LengthType
- interface ISVGElementBuilder
- interface IHeightAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG