PrintDocument.DocumentSourceProperty Property

Definition

Identifies the DocumentSource dependency property.

public:
 static property DependencyProperty ^ DocumentSourceProperty { DependencyProperty ^ get(); };
static DependencyProperty DocumentSourceProperty();
public static DependencyProperty DocumentSourceProperty { get; }
var dependencyProperty = PrintDocument.documentSourceProperty;
Public Shared ReadOnly Property DocumentSourceProperty As DependencyProperty

Property Value

The identifier for the DocumentSource dependency property.

Applies to