ResizeModes 枚举

Specifies whether content will resize to fit in the available space of a GaugeLabel.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Enumeration ResizeModes
用法
Dim instance As ResizeModes
public enum ResizeModes
public enum class ResizeModes
type ResizeModes
public enum ResizeModes

成员

成员名称 说明
AutoFit The content will automatically resize to fit in the available space of a GaugeLabel.
None The content will not automatically resize to fit in the available space of a GaugeLabel.