Для изменения размера нажмите или перетащите

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

Shows the print dialog.

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

Параметры

element
Тип: System.WindowsFrameworkElement
The element.
printArea
Тип: System.WindowsRect
The print area.
elementHeight
Тип: SystemDouble
The elementHeight.
elementWidth
Тип: SystemDouble
The elementWidth.

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

Тип: NullableBoolean
Returns ShowDialog
См. также