Cairo-Chart/src/Label.vala

13 lines
179 B
Vala
Raw Normal View History

2018-01-08 23:33:13 +03:00
namespace CairoChart {
public class Label {
public struct Style {
Font.Style font_style;
Line.Style frame_line_style;
Color bg_color;
Color frame_color;
}
}
}