windowsforms-devexpress-dot-xtratreemap-dot-printing-dot-printoptions-fcd3678e.md
Gets or sets the size mode that the Control uses by default to be printed.
Namespace : DevExpress.XtraTreeMap.Printing
Assembly : DevExpress.XtraTreeMap.v25.2.dll
NuGet Package : DevExpress.TreeMap
[DefaultValue(PrintSizeMode.Normal)]
public PrintSizeMode SizeMode { get; set; }
<DefaultValue(PrintSizeMode.Normal)>
Public Property SizeMode As PrintSizeMode
| Type | Default | Description |
|---|---|---|
| PrintSizeMode | Normal |
The value that specifies the size mode that the Control uses by default to be printed.
|
Available values:
| Name | Description |
|---|---|
| Normal |
A hierarchical chart is printed in the identical size it appears on the form.
| | Zoom |
A hierarchical chart is resized proportionally (without clipping), to best fit the page on which it is printed.
| | Stretch |
A hierarchical chart is stretched or shrunk to fit the page on which it is printed.
|
You can access this nested property as listed below:
| Object Type | Path to SizeMode |
|---|---|
| HierarchicalChartControlBase |
.PrintOptions .SizeMode
|
See Also