What is the use of stretch property in Image control?
Answer Posted / bhagwat kaulwar
Stretch property is boolean property. If it is false, the
original image size will be considered. If it is set to
true, the image will be resized inorder to fit to control
size. Even if control size is changed, image size will also
be changed automatically.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how many number of events does the timer controls?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
Name the template that is used to create a user-defined component.
What are the different cloud platforms?
What are controls in windows forms?
What is form design?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
Is windows an application software?
Explain how to add resources during runtime?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
Explain how to split a column header in gridview using c#.net?
how print barcode
How to split a column header in gridview using c#.net?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
Which property of the progressbar control specifies the amount to increment the current value of the control?