DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Size Property






In This Topic
    Size Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("ControlSizeDescr")>
    Public Property Size As System.Drawing.Size
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Drawing.Size
     
    instance.Size = value
     
    value = instance.Size
    [SRCategory("CatLayout")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlSizeDescr")]
    public System.Drawing.Size Size {get; set;}
    public read-write property Size: System.Drawing.Size; 
    SRCategoryAttribute("CatLayout")
    System.ComponentModel.LocalizableAttribute()
    SRDescriptionAttribute("ControlSizeDescr")
    public function get,set Size : System.Drawing.Size
    [SRCategory("CatLayout")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlSizeDescr")]
    public: __property System.Drawing.Size get_Size();
    public: __property void set_Size( 
       System.Drawing.Size value
    );
    [SRCategory("CatLayout")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlSizeDescr")]
    public:
    property System.Drawing.Size Size {
       System.Drawing.Size get();
       void set (    System.Drawing.Size value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also