You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/08/01 11:54:33 UTC

[royale-asjs] branch feature/MXRoyale updated: Update BorderContainer.as

This is an automated email from the ASF dual-hosted git repository.

alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 2176305  Update BorderContainer.as
2176305 is described below

commit 217630588ab3bb611ded97605ea32e04e3913cdd
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Wed Aug 1 16:54:32 2018 +0500

    Update BorderContainer.as
---
 .../main/royale/spark/components/BorderContainer.as   | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/BorderContainer.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/BorderContainer.as
index 9f95e3a..44aadee 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/BorderContainer.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/BorderContainer.as
@@ -236,7 +236,24 @@ public class BorderContainer extends SkinnableContainer
     {
         super(); 
     }
-     
+    public function get borderColor():uint {
+		return 0;
+
+	}
+	public function set borderColor(val:uint):void {
+	}
+	 public function get borderWeight():Number {
+		return 0;
+
+	}
+	public function set borderWeight(val:Number):void {
+	}
+	public function get dropShadowVisible():Boolean {
+		return false;
+
+	}
+	public function set dropShadowVisible(val:Boolean):void {
+	}
    // private var _backgroundFill:IFill;
     
     /**