Class NameToInitialsImageSourceGenerator
Inheritance
System.Object
NameToInitialsImageSourceGenerator
Namespace: Telerik.Windows.Documents.UI.Mentions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class NameToInitialsImageSourceGenerator : Object
Constructors
NameToInitialsImageSourceGenerator()
Declaration
public NameToInitialsImageSourceGenerator()
Properties
Height
Declaration
public double Height { get; set; }
Property Value
System.Double
|
Width
Declaration
public double Width { get; set; }
Property Value
System.Double
|
Methods
Generate(String)
Declaration
public object Generate(string value)
Parameters
System.String
value
|
Returns
System.Object
|