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