Beispiel #1
0
 public void SetAlignSelf(CSSAlign alignSelf)
 {
     if (this.style.AlignSelf != alignSelf)
     {
         this.style.AlignSelf = alignSelf;
         Dirty();
     }
 }
Beispiel #2
0
 public void SetAlignItems(CSSAlign alignItems)
 {
     if (this.style.AlignItems != alignItems)
     {
         this.style.AlignItems = alignItems;
         Dirty();
     }
 }
Beispiel #3
0
 public static extern void CSSNodeStyleSetAlignSelf(IntPtr node, CSSAlign alignSelf);
Beispiel #4
0
 public static extern void CSSNodeStyleSetAlignItems(IntPtr node, CSSAlign alignItems);
Beispiel #5
0
 public static extern void CSSNodeStyleSetAlignContent(IntPtr node, CSSAlign alignContent);
Beispiel #6
0
 public static extern void CSSNodeStyleSetAlignSelf(IntPtr node, CSSAlign alignSelf);
Beispiel #7
0
 public static extern void CSSNodeStyleSetAlignItems(IntPtr node, CSSAlign alignItems);
Beispiel #8
0
 public static extern void CSSNodeStyleSetAlignContent(IntPtr node, CSSAlign alignContent);
Beispiel #9
0
 public void SetAlignSelf(CSSAlign alignSelf)
 {
     if (this.style.AlignSelf != alignSelf) {
         this.style.AlignSelf = alignSelf;
         Dirty ();
     }
 }
Beispiel #10
0
 public void SetAlignItems(CSSAlign alignItems)
 {
     if (this.style.AlignItems != alignItems) {
         this.style.AlignItems = alignItems;
         Dirty ();
     }
 }