C# Class Mapsui.Styles.LabelStyle

Defines a style used for rendering labels
Inheritance: Style
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode Description
GetLabelText ( IFeature feature ) : string

The text used for this specific label.

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

Method Details

GetLabelText() public méthode

The text used for this specific label.
public GetLabelText ( IFeature feature ) : string
feature IFeature
Résultat string

LabelStyle() public méthode

public LabelStyle ( ) : System
Résultat System

LabelStyle() public méthode

public LabelStyle ( LabelStyle labelStyle ) : System
labelStyle LabelStyle
Résultat System