X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2Fexamples%2Fcustom-control.cs;h=92b06109ead732190bcdcc641f1fe96d236a0ca9;hb=1873773cb229ab98b29af3ec319dd18cde5f68dc;hp=9dde85e5ac01bf19040c392a126bacdbdedc1110;hpb=be7711b99f7e5db0b712194636745045d4da1154;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-swig/examples/custom-control.cs b/plugins/dali-swig/examples/custom-control.cs index 9dde85e..92b0610 100644 --- a/plugins/dali-swig/examples/custom-control.cs +++ b/plugins/dali-swig/examples/custom-control.cs @@ -166,7 +166,7 @@ namespace MyCSharpExample public void Initialize(object source, AUIApplicationInitEventArgs e) { Stage stage = Stage.GetCurrent(); - stage.SetBackgroundColor( NDalic.WHITE ); + stage.BackgroundColor = Color.White; // Create a container to layout the rows of image and rating vertically FlexContainer container = new FlexContainer();