Nevron .NET Vision
Nevron.Diagram Namespace / NTableCell Class / StretchBitmap Property


In This Topic
    StretchBitmap Property
    In This Topic
    If set to true the image will be stretched to fill the cell, otherwise it will be centered in the cell. By default set to false.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also