Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
PictureKeepRatio property 
 
Type
BOOL for Visual C++ 
boolean for Visual Basic
 
 
Syntax
object.PictureKeepRatio   [=boolean]
 
 
Remarks
Boolean value that determines if the aspect ratio must be kept for a picture whose size is bigger than the button size. 
Applies to the Picture, PicturePressed, PictureMouseOver and PictureDisabled properties . 
Supported values are the following: 
Value
Meaning
FALSE
Don't keep the aspect ratio.
TRUE (default)
Keep the aspect ratio.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index