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

BindableRun()

Microsoft internal use only.

Fields

ContentProperty

Microsoft internal use only.

Properties

Content

Content dependency property

Applies to