C# 클래스 Mapsui.Styles.LabelStyle

Defines a style used for rendering labels
상속: Style
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
GetLabelText ( IFeature feature ) : string

The text used for this specific label.

LabelStyle ( ) : System
LabelStyle ( LabelStyle labelStyle ) : System

메소드 상세

GetLabelText() 공개 메소드

The text used for this specific label.
public GetLabelText ( IFeature feature ) : string
feature IFeature
리턴 string

LabelStyle() 공개 메소드

public LabelStyle ( ) : System
리턴 System

LabelStyle() 공개 메소드

public LabelStyle ( LabelStyle labelStyle ) : System
labelStyle LabelStyle
리턴 System