FontSourceCollection.Item

FontSourceCollection indexer

Gets the font element at the specified index.

public FontSource this[int index] { get; }
ParameterDescription
indexIndex within the collection.

Return Value

Font source object.

See Also