FrameFormat
The frame format property.
Example
app = pf.GetApplication() app:NewProject() graph = app.CartesianGraphs:Add() -- Edit title 'FrameFormat' colour property graph.Title.Frame.BackColour = pf.Enums.ColourEnum.Grey
Usage locations
The FrameFormat object can be accessed from the following locations:
- Properties
- TextBox object has property Frame.
- GraphLegend object has property Frame.
- GraphAxisTitle object has property Frame.
Property List
- BackColour
- The background colour. (Read/Write Colour)
- Line
- The line style for text item frame. (Read only GraphLineFormat)
- Shadow
- The frame shadow format properties. (Read only ShadowFormat)
Property Details
- BackColour
- The background colour.
- Type
- Colour
- Access
- Read/Write
- Line
- The line style for text item frame.
- Type
- GraphLineFormat
- Access
- Read only
- Shadow
- The frame shadow format properties.
- Type
- ShadowFormat
- Access
- Read only