WpfWatermarkTextBox.Behaviors.WatermarkComboBoxBehavior.GetLabelStyle C# (CSharp) 메소드

GetLabelStyle() 공개 정적인 메소드

public static GetLabelStyle ( ComboBox obj ) : System.Windows.Style
obj System.Windows.Controls.ComboBox
리턴 System.Windows.Style
        public static Style GetLabelStyle(ComboBox obj)
        {
            return (Style)obj.GetValue(LabelStyleProperty);
        }