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
)
Public Overridable Function ShowPrintDialog (
element As FrameworkElement,
printArea As Rect,
elementHeight As Double,
elementWidth As Double
) As Boolean?
public:
virtual Nullable<bool> ShowPrintDialog(
FrameworkElement^ element,
Rect printArea,
double elementHeight,
double elementWidth
)
abstract ShowPrintDialog :
element : FrameworkElement *
printArea : Rect *
elementHeight : float *
elementWidth : float -> Nullable<bool>
override ShowPrintDialog :
element : FrameworkElement *
printArea : Rect *
elementHeight : float *
elementWidth : float -> Nullable<bool>
Параметры
- element
- Тип: System.WindowsFrameworkElement
The element.
- printArea
- Тип: System.WindowsRect
The print area.
- elementHeight
- Тип: SystemDouble
The elementHeight.
- elementWidth
- Тип: SystemDouble
The elementWidth.
Возвращаемое значение
Тип:
NullableBoolean
Returns ShowDialog
См. также