C# Class Mapsui.Styles.LabelStyle

Defines a style used for rendering labels
Inheritance: Style
Exibir arquivo Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
GetLabelText ( IFeature feature ) : string

The text used for this specific label.

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

Method Details

GetLabelText() public method

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

LabelStyle() public method

public LabelStyle ( ) : System
return System

LabelStyle() public method

public LabelStyle ( LabelStyle labelStyle ) : System
labelStyle LabelStyle
return System