using System; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Media; using System.Windows.Shapes; using HandyControl.Data; using HandyControl.Tools; namespace HandyControl.Controls; public class HorizontalAlignmentPropertyEditor : PropertyEditorBase { public override FrameworkElement CreateElement(PropertyItem propertyItem) => new System.Windows.Controls.ComboBox { Style = ResourceHelper.GetResourceInternal