ClassNameToInitialsImageSourceGenerator
Class
Generates an image source representing initials from a given name.
Definition
Namespace:Telerik.Windows.Documents.UI.Mentions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class NameToInitialsImageSourceGenerator
Inheritance: objectNameToInitialsImageSourceGenerator
Constructors
NameToInitialsImageSourceGenerator()
Declaration
cs-api-definition
public NameToInitialsImageSourceGenerator()
Properties
Height
Gets or sets the height of the initials image generated by the NameToInitialsImageSourceGenerator.
Declaration
cs-api-definition
public double Height { get; set; }
Property Value
A double representing the height of the initials image. The value should be specified in pixels.
Methods
Generate(string)
Generates an image source representing the initials of a given name.