Telerik Reporting

Gets or sets the sizing mode of the PictureBox.

Namespace:  Telerik.Reporting
Assembly:  Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public ImageSizeMode Sizing { get; set; }
Visual Basic (Declaration)
Public Property Sizing As ImageSizeMode

Field Value

A ImageSizeMode object that specifies the sizing mode of the PictureBox.

See Also