Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PointLabelStyle

Hierarchy

  • void
    • PointLabelStyle

Index

Properties

fillColor

fillColor: string

Gets or sets the color associated with label fill.

fontName

fontName: string

Gets or sets the name of font used for label text.

fontStyle

fontStyle: string

Gets or sets the font style for label text. Use FontStyles enumeration for possible values. The default value is "Normal"

margin

margin: number

Gets or sets the margin of label.

strokeColor

strokeColor: string

Gets or sets the color associated with the color of label stroke.

textColor

textColor: string

Gets or sets the color of the label text.

textFormat

textFormat: string

Gets or sets the format string of the label text. This format must comply to IEEE printf Specification : http://pubs.opengroup.org/onlinepubs/009695399/functions/printf.html

textSize

textSize: number

Gets or sets the size of the font of the label.

Static fillColorProperty

fillColorProperty: Property

Identifies the fillColor dependency property.

Static fontNameProperty

fontNameProperty: Property

Identifies the fontName dependency property.

Static fontStyleProperty

fontStyleProperty: Property

Identifies the fontStyle dependency property.

Static marginProperty

marginProperty: Property

Identifies the margin dependency property.

Static strokeColorProperty

strokeColorProperty: Property

Identifies the strokeColor dependency property.

Static textColorProperty

textColorProperty: Property

Identifies the textColor dependency property.

Static textFormatProperty

textFormatProperty: Property

Identifies the textFormat dependency property.

Static textSizeProperty

textSizeProperty: Property

Identifies the textSize dependency property.

Generated using TypeDoc