Height

SvgImage.Height property

Retrieves the height of the image, indicating its vertical size in pixels. This property provides essential information for layout calculations and rendering processes, ensuring accurate display and manipulation of the image.

public override int Height { get; }

Property Value

The image height.

See Also