Class ListItem
Inheritance
System.Object
ListItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class ListItem
Constructors
ListItem(ParagraphAdv)
Declaration
public ListItem(ParagraphAdv paragraph)
Parameters
Type | Name | Description |
---|---|---|
ParagraphAdv | paragraph |
Fields
ItemSize
Declaration
public double ItemSize
Field Value
Type |
---|
System.Double |
Size
Declaration
public double Size
Field Value
Type |
---|
System.Double |
Properties
ListNumber
Gets or Sets the list number of the item
Declaration
public double ListNumber { get; }
Property Value
Type |
---|
System.Double |
ListType
Gets or Sets the ListType of this item
Declaration
public ListType ListType { get; }
Property Value
Type |
---|
ListType |
Methods
GetBulletSize(Double)
Declaration
public double GetBulletSize(double size)
Parameters
Type | Name | Description |
---|---|---|
System.Double | size |
Returns
Type |
---|
System.Double |
Render(Point)
Declaration
public UIElement Render(Point point)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | point |
Returns
Type |
---|
System.Windows.UIElement |
SetPosition(Point)
Sets the position of the item
Declaration
public void SetPosition(Point point)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | point |
ValidateListNumber(Point)
Declaration
public void ValidateListNumber(Point point)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | point |