ShapeRange.ScaleHeight(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 ScaleHeight (float Factor, Microsoft.Office.Core.MsoTriState RelativeToOriginalSize, Microsoft.Office.Core.MsoScaleFrom fScale = Microsoft.Office.Core.MsoScaleFrom.msoScaleFromTopLeft);
abstract member ScaleHeight : single * Microsoft.Office.Core.MsoTriState * Microsoft.Office.Core.MsoScaleFrom -> unit
Public Sub ScaleHeight (Factor As Single, RelativeToOriginalSize As MsoTriState, Optional fScale As MsoScaleFrom = Microsoft.Office.Core.MsoScaleFrom.msoScaleFromTopLeft)
Parameters
- Factor
- Single
- RelativeToOriginalSize
- MsoTriState
- fScale
- MsoScaleFrom