Class
ListStyleData

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ListStyleData : INotifyPropertyChanged

Inheritance: objectListStyleData

Implements: INotifyPropertyChanged

Constructors

ListStyleData(ListStyle, RadRichTextBox)

Declaration

cs-api-definition
public ListStyleData(ListStyle listStyle, RadRichTextBox snapshotRichTextBox)

Parameters

listStyle

ListStyle

snapshotRichTextBox

RadRichTextBox

ListStyleData(ListStyle, RadRichTextBox, Visibility)

Declaration

cs-api-definition
public ListStyleData(ListStyle listStyle, RadRichTextBox snapshotRichTextBox, Visibility contextMenuVisibility)

Parameters

listStyle

ListStyle

snapshotRichTextBox

RadRichTextBox

contextMenuVisibility

Visibility

Properties

ContextMenuVisibility

Declaration

cs-api-definition
public Visibility ContextMenuVisibility { get; set; }

Property Value

Visibility

Image

Declaration

cs-api-definition
public ImageSource Image { get; set; }

Property Value

ImageSource

ListStyle

Declaration

cs-api-definition
public ListStyle ListStyle { get; }

Property Value

ListStyle

ListStyleName

Declaration

cs-api-definition
public string ListStyleName { get; }

Property Value

string

Methods

AttachEvents()

Declaration

cs-api-definition
public void AttachEvents()

DetachEvents()

Declaration

cs-api-definition
public void DetachEvents()

OnPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

UpdateSnapshotImage()

Declaration

cs-api-definition
public void UpdateSnapshotImage()

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged