SVGBuilderExtensions.Visibility
SVGBuilderExtensions.Visibility<TBuilder> method
Sets the ‘visibility’ attribute for an SVG element, controlling whether the element is visible or not.
public static TBuilder Visibility<TBuilder>(this TBuilder builder, Visibility visibility)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
visibility | The visibility setting. |
Return Value
The builder instance for chaining.
See Also
- enum Visibility
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG