The SketchResizeMode can be one of:
Constant | Description |
---|---|
Enums.SketchResizeModeNone | (0) The geometry preserves its original size. |
Enums.SketchResizeModeStretch | (1) The geometry is resized to fill the destination dimensions. The aspect ratio is not preserved. |
Enums.SketchResizeModeUniform | (2) The geometry is resized to fill the destination dimensions while it preserves its native aspect ratio. |