Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NFillInfo Class / SegmentedImage Property


In This Topic
    SegmentedImage Property (NFillInfo)
    In This Topic
    Gets/sets the NSegmentedImage instance of thsi fill info.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the NSegmentedImage instance of this fill info.")>
    Public Property SegmentedImage As NSegmentedImage
    'Usage
     
    
    Dim instance As NFillInfo
    Dim value As NSegmentedImage
     
    instance.SegmentedImage = value
     
    value = instance.SegmentedImage
    [System.ComponentModel.Description("Gets/sets the NSegmentedImage instance of this fill info.")]
    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