Width

SvgImage.Width property

Returns the width of the image, denoting its horizontal size in pixels. This property is crucial for layout computations and display rendering, ensuring precise positioning and visualization of the image content.

public override int Width { get; }

Property Value

The image width.

See Also