Class SerializableGridImageColumn
Represents a class that is used to serialize and deserialize GridImageColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableGridImageColumn : SerializableGridColumn
Constructors
SerializableGridImageColumn()
Declaration
public SerializableGridImageColumn()
Properties
ImageHeight
Gets or sets the height of the image.
Declaration
public double ImageHeight { get; set; }
Property Value
Type |
---|
System.Double |
ImageWidth
Gets or sets the width of the image.
Declaration
public double ImageWidth { get; set; }
Property Value
Type |
---|
System.Double |
Stretch
Gets or sets a value that specifies how an Microsoft.UI.Xaml.Controls.Image can be stretched to fill the destination rectangle.
Declaration
public Stretch Stretch { get; set; }
Property Value
Type |
---|
System.Windows.Media.Stretch |
StretchDirection
Gets or sets a value that indicates how the image is scaled.
Declaration
public StretchDirection StretchDirection { get; set; }
Property Value
Type |
---|
System.Windows.Controls.StretchDirection |