'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("If set to true the image will be stretched to fill the cell, otherwise it will be centered in the cell.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property StretchBitmap As System.Boolean
'Usage
Dim instance As NTableCell Dim value As System.Boolean instance.StretchBitmap = value value = instance.StretchBitmap
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("If set to true the image will be stretched to fill the cell, otherwise it will be centered in the cell.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool StretchBitmap {get; set;}