Share via


BindableRun Class

Definition

A version of a Run that supports data binding via its Content dependency property. Run itself doesn't support data binding directly because its Text property isn't a dependency property.

public ref class BindableRun : System::Windows::Documents::Run
public class BindableRun : System.Windows.Documents.Run
type BindableRun = class
    inherit Run
Public Class BindableRun
Inherits Run
Inheritance
BindableRun

Constructors

Name Description
BindableRun()

Microsoft internal use only.

Fields

Name Description
ContentProperty

Microsoft internal use only.

Properties

Name Description
Content

Content dependency property

Applies to