FlowDocumentScrollViewer.Document Eigenschaft

Definition

Ruft ein FlowDocument ab oder legt es fest, das den vom FlowDocumentScrollViewer anzuzeigenden Inhalt hostet.

public:
 property System::Windows::Documents::FlowDocument ^ Document { System::Windows::Documents::FlowDocument ^ get(); void set(System::Windows::Documents::FlowDocument ^ value); };
public System.Windows.Documents.FlowDocument Document { get; set; }
member this.Document : System.Windows.Documents.FlowDocument with get, set
Public Property Document As FlowDocument

Eigenschaftswert

Ein FlowDocument, das den vom FlowDocumentScrollViewer anzuzeigenden Inhalt hostet. Der Standardwert ist null.

Gilt für: