ComponentOne Word for UWP
ImageScaling Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace : ImageScaling Enumeration
Specifies how images are aligned scaled within spreadsheet cells.
Syntax
'Declaration
 
Public Enum ImageScaling 
   Inherits System.Enum
public enum ImageScaling : System.Enum 
Members
MemberDescription
ClipImages are clipped to fit within the cell.
NoneImages are rendered in their original size, regardless of cell size.
ScaleImages are scaled to fill the cell while preservind their original aspect ratio.
StretchImages are stretched to fill the cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Word.Canvas.ImageScaling

See Also

Reference

C1.Xaml.Word.Canvas Namespace