Image.Sizings 열거형

Defines the sizing behavior for an image.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.