Shape.ScaleWidth(Single, MsoTriState, MsoScaleFrom) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void ScaleWidth (float Factor, Microsoft.Office.Core.MsoTriState RelativeToOriginalSize, Microsoft.Office.Core.MsoScaleFrom fScale = Microsoft.Office.Core.MsoScaleFrom.msoScaleFromTopLeft);
abstract member ScaleWidth : single * Microsoft.Office.Core.MsoTriState * Microsoft.Office.Core.MsoScaleFrom -> unit
Public Sub ScaleWidth (Factor As Single, RelativeToOriginalSize As MsoTriState, Optional fScale As MsoScaleFrom = Microsoft.Office.Core.MsoScaleFrom.msoScaleFromTopLeft)
Parameters
- Factor
- Single
- RelativeToOriginalSize
- MsoTriState
- fScale
- MsoScaleFrom