Cairo-Chart/src/LabelStyle.vala

9 lines
204 B
Vala

namespace Gtk.CairoChart {
public class LabelStyle {
FontStyle font_style = FontStyle();
LineStyle frame_line_style = new LineStyle();
Color bg_color = Color();
Color frame_color = Color();
}
}