|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property PictureKeepRatio As Boolean
[C#]
public bool PictureKeepRatio {get; set;}
[C++]
public: __property bool get_PictureKeepRatio();
public: __property void set_PictureKeepRatio(bool);
| ||||||
|
|
| ||||||
|
Remarks
|
Boolean value that determines if the aspect ratio must be kept for a picture whose size is bigger than the button size.
Supported values are the following:
In order to perform changes to Pictures and Animations settings at Design-time take a look to the How to display bitmaps and animations section.
|