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