Skip to content

CreatingSKTypefacesForTextEventArgs

Namespace: ThinkGeo.Core

Represents the CreatingSKTypefacesForTextEventArgs class.

public class CreatingSKTypefacesForTextEventArgs

Inheritance objectCreatingSKTypefacesForTextEventArgs

Properties

Text

Gets or sets the Text.

public string Text { get; set; }

Property Value

string

Font

Gets or sets the Font.

public GeoFont Font { get; set; }

Property Value

GeoFont

SkTypeFaces

Gets or sets the collection of SKTypeFace objects. Currently only the first item in the collection is used. Future versions may support utilizing all items.

public Collection<SKTypeface> SkTypeFaces { get; set; }

Property Value

Collection<SKTypeface>

Constructors

CreatingSKTypefacesForTextEventArgs(GeoFont, string)

Initializes a new instance of the CreatingSKTypefacesForTextEventArgs class.

public CreatingSKTypefacesForTextEventArgs(GeoFont font, string text)

Parameters

font GeoFont

text string