Configures RenderStyle from a computed value and returns the same instance.
[GeneratedCode("XenoAtom.Terminal.UI.SourceGen", "0.1.0")]
public static MarkdownControl RenderStyle(this MarkdownControl obj, Func<MarkdownStyle?> renderStyle)
The instance to configure.
A delegate that computes the current value.
The delegate is evaluated as needed; accessed bindings are tracked so only affected visuals are refreshed.