Gets the current type of selection in the RichTextEditor.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public RichTextEditorBlockType SelectedBlockType { get; }
Visual Basic
Public ReadOnly Property SelectedBlockType As RichTextEditorBlockType
	Get
Visual C++
public:
property RichTextEditorBlockType SelectedBlockType {
	RichTextEditorBlockType get ();
}

See Also