public static UpgradeHelpers.Helpers.BorderStyle Get_BorderStyle(this UpgradeHelpers.BasicViewModels.LabelViewModel _Label)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static void Set_TextAlign(this UpgradeHelpers.BasicViewModels.LabelViewModel _Label, UpgradeHelpers.Helpers.ContentAlignment TextAlign)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static void Set_UseMnemonic(this UpgradeHelpers.BasicViewModels.LabelViewModel _Label, bool UseMnemonic)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static void Set_RightToLeft(this UpgradeHelpers.BasicViewModels.LabelViewModel _Label, RightToLeft RightToLeft)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }