/// <summary>Change the vertical alignment and signal the primitives to be rebuilt</summary>
 public void SetVerticalAlignment(EVerticalTextAligment Value)
 {
     CheckIsValid();
     SetVerticalAlignment(_this.Get(), (int)Value);
 }
 /// <summary>Change the vertical alignment and signal the primitives to be rebuilt</summary>
 public extern void SetVerticalAlignment(EVerticalTextAligment Value);