Class CaretAdv
Inheritance
System.Object
CaretAdv
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class CaretAdv : Control
Constructors
CaretAdv()
Initializes the new instance of RichEditCaret class
Declaration
public CaretAdv()
Properties
Location
Gets the location of the cursor
Declaration
public Point Location { get; set; }
Property Value
Type |
---|
System.Windows.Point |
Methods
GetText(String, Double)
Returns the string using width
Declaration
public string GetText(string Text, double width)
Parameters
Type | Name | Description |
---|---|---|
System.String | Text | |
System.Double | width |
Returns
Type |
---|
System.String |
OnApplyTemplate()
Applies the template
Declaration
public override void OnApplyTemplate()