tufanv Expert Licensed User Longtime User Aug 19, 2015 #1 Hello, I am setting a border width for a panel. How can i get the border width programatically after of that panel? ty
Hello, I am setting a border width for a panel. How can i get the border width programatically after of that panel? ty
JanPRO Well-Known Member Licensed User Longtime User Aug 19, 2015 #2 B4X: Dim NaObj As NativeObject = Panel1 Dim BorderWidth As Float = NaObj.GetField("layer").GetField("borderWidth").AsNumber Upvote 1
B4X: Dim NaObj As NativeObject = Panel1 Dim BorderWidth As Float = NaObj.GetField("layer").GetField("borderWidth").AsNumber
tufanv Expert Licensed User Longtime User Aug 19, 2015 #3 TY ! JanPRO said: B4X: Dim NaObj As NativeObject = Panel1 Dim BorderWidth As Float = NaObj.GetField("layer").GetField("borderWidth").AsNumber Click to expand... Upvote 0
TY ! JanPRO said: B4X: Dim NaObj As NativeObject = Panel1 Dim BorderWidth As Float = NaObj.GetField("layer").GetField("borderWidth").AsNumber Click to expand...