DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / MakeControlArgs Class / Image Property






In This Topic
    Image Property (MakeControlArgs)
    In This Topic
    The image that the control is used to display
    Syntax
    'Declaration
     
    
    Public Property Image As DicomImage
    'Usage
     
    
    Dim instance As MakeControlArgs
    Dim value As DicomImage
     
    instance.Image = value
     
    value = instance.Image
    public DicomImage Image {get; set;}
    public read-write property Image: DicomImage; 
    public function get,set Image : DicomImage
    public: __property DicomImage* get_Image();
    public: __property void set_Image( 
       DicomImage* value
    );
    public:
    property DicomImage^ Image {
       DicomImage^ get();
       void set (    DicomImage^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also