MapMarkerStyles 열거형
Represents the styles for a map marker.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Enumeration MapMarkerStyles
‘사용 방법
Dim instance As MapMarkerStyles
public enum MapMarkerStyles
public enum class MapMarkerStyles
type MapMarkerStyles
public enum MapMarkerStyles
멤버
멤버 이름 | 설명 | |
---|---|---|
None | No marker is used. | |
Rectangle | A rectangle-shaped marker is used. | |
Circle | A circle-shaped marker is used. | |
Diamond | A diamond-shaped marker is used. | |
Triangle | A triangle-shaped marker is used. | |
Trapezoid | A trapezoid-shaped marker is used. | |
Star | A star-shaped marker is used. | |
Wedge | A wedge-shaped marker is used. | |
Pentagon | A pentagon-shaped marker is used. | |
PushPin | A pushpin-shaped marker is used. | |
Image | An image marker is used. |