The width of the border for the specified shape.
object.BorderWidth
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISShape interface |
int
Display some information about the specified shape, including its border width.
Dim aShape
Dim aShapeInfo
Set aShape = Form.Controls_("Shape1")
aShapeInfo =_
"Type Name: " & aShape.TypeName & vbNewLine &_
"ShortName: " & aShape.ShortName & vbNewLine &_
"BorderWidth: " & aShape.BorderWidth
Profile.MsgBox(aShapeInfo)
In Profile Client v8 on User Interface Border Width can be found in
.