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