/// <summary> /// Builds the components. /// </summary> private void BuildComponents() { textGraphics = new TextGraphics(this.Value, this.Font, this.Color, this.MaxWidth, this.FontFlow, this.PositionProfile); textGraphics.Initialise(this.GetBounds()); }