GuiGetStyle method

String GuiGetStyle(
  1. GuiControl control,
  2. GuiProperty property
)

Implementation

String GuiGetStyle(
  GuiControl control,
  GuiProperty property,
) => 'GuiGetStyle(${control.name}, ${property.name})';