public GaugeLabel() { this.location = new GaugeLocation(this, 26f, 47f); this.size = new GaugeSize(this, 12f, 6f); this.location.DefaultValues = true; this.size.DefaultValues = true; }
public GaugeImage() { this.location = new GaugeLocation(this, 26f, 47f); this.size = new GaugeSize(this, 15f, 15f); this.location.DefaultValues = true; this.size.DefaultValues = true; }
protected GaugeBase() { this.location = new GaugeLocation(this, 0f, 0f); this.size = new GaugeSize(this, 100f, 100f); this.location.DefaultValues = true; this.size.DefaultValues = true; }
public Position(GaugeLocation location, GaugeSize size, ContentAlignment locationAlignment) { this.location = location; this.size = size; this.locationAlignment = locationAlignment; }