ChartPrintDialogShowPrintDialog(FrameworkElement, Rect, Double, Double) - метод

Shows the print dialog.

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public virtual bool? ShowPrintDialog(
	FrameworkElement element,
	Rect printArea,
	double elementHeight,
	double elementWidth
)

Параметры

element  FrameworkElement
The element.
printArea  Rect
The print area.
elementHeight  Double
The elementHeight.
elementWidth  Double
The elementWidth.

Возвращаемое значение

NullableBoolean
Returns ShowDialog

См. также