Share via


Shape.ScaleWidth Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub ScaleWidth ( _
    Factor As Single, _
    RelativeToOriginalSize As MsoTriState, _
    fScale As MsoScaleFrom _
)
'Usage
Dim instance As Shape
Dim Factor As Single
Dim RelativeToOriginalSize As MsoTriState
Dim fScale As MsoScaleFrom

instance.ScaleWidth(Factor, RelativeToOriginalSize, _
    fScale)
void ScaleWidth(
    float Factor,
    MsoTriState RelativeToOriginalSize,
    MsoScaleFrom fScale
)

Parameters

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Core Namespace