共用方式為


Image.Sizings 列舉型別

Defines the sizing behavior for an image.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Enumeration Sizings
'用途
Dim instance As Image.Sizings
public enum Sizings
public enum class Sizings
type Sizings
public enum Sizings

成員

成員名稱 描述
AutoSize Borders grow and shrink to accommodate the image.
Fit The image is resized to match the size of the image element.
FitProportional The image is resized to fit, preserving the aspect ratio.
Clip The image is clipped to fit.