ShadowFormat
The shadow format property.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/startup.fek]]) graph = app.CartesianGraphs:Add() graph.Traces:Add(app.Models[1].Configurations[1].FarFields[1]) -- Edit title 'ShadowFormat' of the title frame graph.Title.Frame.Shadow.Size = 1 graph.Title.Frame.Shadow.Visible = true
Usage locations
The ShadowFormat object can be accessed from the following locations:
- Properties
- FrameFormat object has property Shadow.