Specifies the default picture width.
Syntax
dblPictureDefaultWidth = object.PictureDefaultWidth
Example
Dim dblPictureDefaultWidth as Double
dblPictureDefaultWidth= Application.UserPreferences.PictureDefaultWidth
Properties
The PictureDefaultWidth property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
dblPictureDefaultWidth |
Double. A number between 0 and 100 that determines the default picture width. |