Example #1
0
        /// <summary>Gets the offset data of the slot, which could be position and size, or margins depending on the anchor points</summary>
        public FMargin GetOffsets()
        {
            CheckIsValid();
            FMargin ___ret = GetOffsets(_this.Get());

            return(___ret);
        }
 public extern void SetSlotPadding(FMargin InSlotPadding);
Example #3
0
 public void SetPadding(FMargin InPadding)
 {
     CheckIsValid();
     SetPadding(_this.Get(), ref InPadding);
 }
Example #4
0
 static extern void SetPadding(IntPtr _this, ref FMargin InPadding);
Example #5
0
 public extern void SetPadding(FMargin InPadding);
Example #6
0
 /// <summary>Sets the offset data of the slot, which could be position and size, or margins depending on the anchor points</summary>
 public void SetOffsets(FMargin InOffset)
 {
     CheckIsValid();
     SetOffsets(_this.Get(), ref InOffset);
 }
Example #7
0
 static extern void SetOffsets(IntPtr _this, ref FMargin InOffset);
Example #8
0
 extern static void SetSlotPadding(IntPtr _this, ref FMargin InSlotPadding);
 /// <summary>Sets the offset data of the slot, which could be position and size, or margins depending on the anchor points</summary>
 public extern void SetOffsets(FMargin InOffset);