Nevron .NET Vision
Nevron.UI Namespace / NImageAndTextItem Class / ImageSizeMode Property


In This Topic
    ImageSizeMode Property
    In This Topic
    Gets/sets the mode used to fit the current image in the available image bounds.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the mode used to fit the current image in the available image bounds.")>
    Public Overridable Property ImageSizeMode As ImageSizeMode
    'Usage
     
    
    Dim instance As NImageAndTextItem
    Dim value As ImageSizeMode
     
    instance.ImageSizeMode = value
     
    value = instance.ImageSizeMode
    [System.ComponentModel.Description("Gets/sets the mode used to fit the current image in the available image bounds.")]
    public virtual ImageSizeMode ImageSizeMode {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