ImageStyleProperties
ImageStyleProperties is one these types:
ImageStylePropertiesImageControl
ImageStyleProperties Functions
| getImageHeight | ImageStyleProperties.getImageHeight( ) | Image height. | 
| setImageHeight | ImageStyleProperties.setImageHeight( imageHeight ) | Sets the image height. | 
| getImageWidth | ImageStyleProperties.getImageWidth( ) | Image width. | 
| setImageWidth | ImageStyleProperties.setImageWidth( imageWidth ) | Sets the image width. | 
BorderStyleProperties Functions
| getBorderColor | ImageStyleProperties.getBorderColor( ) | Border color applied to all borders. | 
| setBorderColor | ImageStyleProperties.setBorderColor( borderColor ) | Sets border color. | 
| getBorderRadius | ImageStyleProperties.getBorderRadius( ) | Border radius. | 
| setBorderRadius | ImageStyleProperties.setBorderRadius( borderRadius ) | Sets border radius. | 
| getBorderStyle | ImageStyleProperties.getBorderStyle( ) | Border style applied to all borders. | 
| setBorderStyle | ImageStyleProperties.setBorderStyle( borderStyle ) | Sets border style. | 
| getBorderWidth | ImageStyleProperties.getBorderWidth( ) | Border width applied to all four borders. | 
| setBorderWidth | ImageStyleProperties.setBorderWidth( borderWidth ) | Sets the border width applied to all four borders. | 
| getBottomBorderWidth | ImageStyleProperties.getBottomBorderWidth( ) | Bottom border width, overriding property borderWidth. | 
                    
| setBottomBorderWidth | ImageStyleProperties.setBottomBorderWidth( bottomBorderWidth ) | Sets the bottom border width, overriding property borderWidth. | 
                    
| getLeftBorderWidth | ImageStyleProperties.getLeftBorderWidth( ) | Left border width, overriding property borderWidth. | 
                    
| setLeftBorderWidth | ImageStyleProperties.setLeftBorderWidth( leftBorderWidth ) | Sets the left border width, overriding property borderWidth. | 
                    
| getRightBorderWidth | ImageStyleProperties.getRightBorderWidth( ) | Right border width, overriding property borderWidth. | 
                    
| setRightBorderWidth | ImageStyleProperties.setRightBorderWidth( rightBorderWidth ) | Sets the right border width, overriding property borderWidth. | 
                    
| getTopBorderWidth | ImageStyleProperties.getTopBorderWidth( ) | Top border width, overriding property borderWidth. | 
                    
| setTopBorderWidth | ImageStyleProperties.setTopBorderWidth( topBorderWidth ) | Sets the top border width, overriding property borderWidth. | 
                    
ImageStylePropertiesinterface represents common image styling properties.Further documentation.