namespace Gtk.CairoChart { public struct LabelStyle { FontStyle font_style; LineStyle frame_line_style; Color bg_color; Color frame_color; } }