PrintOptions.SizeMode Property
In This Article
Gets or sets the size mode that the Control uses by default to be printed.
Namespace: DevExpress.XtraTreeMap.Printing
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
[DefaultValue(PrintSizeMode.Normal)]
public PrintSizeMode SizeMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Print |
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. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Size |
---|---|
Hierarchical |
|
See Also