Class BlockAdv
Inheritance
System.Object
BlockAdv
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
public abstract class BlockAdv : DependencyObject
Constructors
Declaration
Fields
Declaration
protected InlineCollection inlines
Field Value
Registers left indent dependency property
Declaration
public static readonly DependencyProperty LeftIndentProperty
Field Value
Type |
System.Windows.DependencyProperty |
Registers right indent dependency property
Declaration
public static readonly DependencyProperty RightIndentProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Declaration
public InlineCollection Inlines { get; protected set; }
Property Value
Declaration
public abstract bool IsEmpty { get; }
Property Value
Gets or Sets the left indent
Declaration
public double LeftIndent { get; set; }
Property Value
Gets or Sets the right indent
Declaration
public double RightIndent { get; set; }
Property Value
Methods
Declaration
public abstract BlockAdv CopyBlock()
Returns
Declaration
public void GetIndexOfWord(ElementBox box, ref double start, ref double end)
Parameters
Type |
Name |
Description |
ElementBox |
box |
|
System.Double |
start |
|
System.Double |
end |
|
It returns the length of the Block.
Declaration
Returns