Represents the attributes of the border portion of an object. | |
Description: | The GefLineFormat object represents the
attributes of the border portion of an object. Example: Sub GefLineFormat_Weight() Dim oCimObj As GefObject Dim oCimLineFmt As
GefLineFormat Set oCimObj = CimGetObject Set oCimLineFmt =
oCimObj.Line If Not oCimLineFmt Is Nothing
Then oCimLineFmt.Weight
= 200 End If CimGetScreen.Refresh False End Sub |
Properties: | Application , BeginArrowheadLength , BeginArrowheadStyle , BeginArrowheadWidth , DashStyle , EndArrowheadLength , EndArrowheadStyle , EndArrowheadWidth , ForeColor , Parent , Weight |
Methods: |