public static Style GetLabelStyle(CheckComboBox obj) { return((Style)obj.GetValue(LabelStyleProperty)); }
public static bool GetEnableWatermark(CheckComboBox obj) { return((bool)obj.GetValue(EnableWatermarkProperty)); }
public static string GetLabel(CheckComboBox obj) { return((string)obj.GetValue(LabelProperty)); }