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