NeedleStyles 枚举
Specifies the style of the RadialPointer needle.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration NeedleStyles
用法
Dim instance As NeedleStyles
public enum NeedleStyles
public enum class NeedleStyles
type NeedleStyles
public enum NeedleStyles
成员
成员名称 | 说明 | |
---|---|---|
Triangular | The needle is shaped like a triangle. | |
Rectangular | The needle is shaped like a rectangle. | |
TaperedWithTail | The needle is tapered and has a rectangular tail. | |
Tapered | The needle is tapered. | |
ArrowWithTail | The needle is shaped like an arrow that has a rectangular tail. | |
Arrow | The needle is shaped like an arrow. | |
StealthArrowWithTail | The needle is shaped like an arrow that has a diagonal tip and a rectangular tail. | |
StealthArrow | The needle is shaped like an arrow that has a diagonal tip. | |
TaperedWithStealthArrow | The needle is tapered and has a diagonal tip. | |
StealthArrowWithWideTail | The needle is shaped like an arrow that has a diagonal tip. | |
TaperedWithRoundedPoint | The needle is tapered and has a rounded end. |