Nevron .NET Vision
Nevron.UI Namespace / NSegmentedImageFrameStyle Class / SegmentedImage Property


In This Topic
    SegmentedImage Property (NSegmentedImageFrameStyle)
    In This Topic
    Gets/sets the wrapped NSegmentedImage instance.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the wrapped NSegmentedImage instance.")>
    Public Property SegmentedImage As NSegmentedImage
    'Usage
     
    
    Dim instance As NSegmentedImageFrameStyle
    Dim value As NSegmentedImage
     
    instance.SegmentedImage = value
     
    value = instance.SegmentedImage
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets/sets the wrapped NSegmentedImage instance.")]
    public NSegmentedImage SegmentedImage {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