Nevron .NET Vision
Nevron.UI Namespace / NSegmentedImage Class / SizeMode Property


In This Topic
    SizeMode Property (NSegmentedImage)
    In This Topic
    Gets/sets the a value which specifies how the image is treated.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the a value which specifies how the image is treated.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property SizeMode As ImageSizeMode
    'Usage
     
    
    Dim instance As NSegmentedImage
    Dim value As ImageSizeMode
     
    instance.SizeMode = value
     
    value = instance.SizeMode
    [System.ComponentModel.Description("Gets/sets the a value which specifies how the image is treated.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ImageSizeMode SizeMode {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