Click or drag to resize
StraightenEffectMaintainSize Property
Specifies whether the image will be scaled such that the result fits within the original rectangle without any invalid regions, no matter how it is rotated. Default value false.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public bool MaintainSize { get; set; }

Property Value

Type: Boolean
See Also