WpfVisualScaleMode Enumeration |
Indicates the type of scaling performed by the GenerateVisual and CreateVisual methods.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum WpfVisualScaleMode
Public Enumeration WpfVisualScaleMode
Members
| Member name | Description |
---|
| None |
No scaling is performed.
|
| ScaleToFit |
The annotations are scaled to fit the specified area.
|
| ScaleToFill |
The annotations are scaled to fill the area, which may result in some annotations rendering outside the bounds.
|
| StretchToFill |
The annotations are stretched to fill the area, ignoring the annotation aspect ratio.
|
See Also