New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class PseudoBulletVisualPair

Inheritance: objectPseudoBulletVisualPair

Constructors

C#
public PseudoBulletVisualPair()
C#
public PseudoBulletVisualPair(ListNumberingFormat formatType, string bulletPresentation)
Parameters:formatTypeListNumberingFormatbulletPresentationstring

Properties

C#
public string BulletPresentation { get; set; }
C#
public ListNumberingFormat FormatType { get; set; }