missing dep prop def added

This commit is contained in:
Vladimir Enchev
2015-03-09 15:50:28 +02:00
parent e9d2b828e8
commit c05e8bc29f

View File

@ -40,6 +40,11 @@ declare module "ui/segmented-bar" {
*/
public static selectedIndexProperty: dependencyObservable.Property;
/**
* Gets or sets the selected background color property of the SegmentedBar.
*/
public static selectedBackgroundColorProperty: dependencyObservable.Property;
/**
* Gets or sets the items dependency property of the SegmentedBar.
*/